├── Creature.exe ├── Creature.zip ├── Creature_Factory ├── Factory.cpp └── Factory.dev ├── Creature_Main ├── Creature.dev └── creature.cpp ├── Factory.exe ├── LICENSE ├── README.md └── models ├── Larger_spaceship.mdl ├── Spider.mdl ├── block.mdl ├── butterfly.mdl ├── clear.mdl ├── flower.mdl ├── frog.mdl ├── gun.mdl ├── lady_bug.mdl ├── rocket.mdl ├── spacecraft.mdl ├── spaceship.mdl ├── star.mdl └── traveler.mdl /Creature.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature.exe -------------------------------------------------------------------------------- /Creature.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature.zip -------------------------------------------------------------------------------- /Creature_Factory/Factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature_Factory/Factory.cpp -------------------------------------------------------------------------------- /Creature_Factory/Factory.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature_Factory/Factory.dev -------------------------------------------------------------------------------- /Creature_Main/Creature.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature_Main/Creature.dev -------------------------------------------------------------------------------- /Creature_Main/creature.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Creature_Main/creature.cpp -------------------------------------------------------------------------------- /Factory.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/Factory.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 生命游戏(也称细胞自动机,约翰·何顿·康威提出其理论), 我将其用代码实现 2 |
3 | 给个star好吗qwq 4 | -------------------------------------------------------------------------------- /models/Larger_spaceship.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/Larger_spaceship.mdl -------------------------------------------------------------------------------- /models/Spider.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/Spider.mdl -------------------------------------------------------------------------------- /models/block.mdl: -------------------------------------------------------------------------------- 1 | **,**. 2 | -------------------------------------------------------------------------------- /models/butterfly.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/butterfly.mdl -------------------------------------------------------------------------------- /models/clear.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/clear.mdl -------------------------------------------------------------------------------- /models/flower.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/flower.mdl -------------------------------------------------------------------------------- /models/frog.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/frog.mdl -------------------------------------------------------------------------------- /models/gun.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/gun.mdl -------------------------------------------------------------------------------- /models/lady_bug.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/lady_bug.mdl -------------------------------------------------------------------------------- /models/rocket.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/rocket.mdl -------------------------------------------------------------------------------- /models/spacecraft.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/spacecraft.mdl -------------------------------------------------------------------------------- /models/spaceship.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/spaceship.mdl -------------------------------------------------------------------------------- /models/star.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKOG/Creature/HEAD/models/star.mdl -------------------------------------------------------------------------------- /models/traveler.mdl: -------------------------------------------------------------------------------- 1 | **,**, *. 2 | --------------------------------------------------------------------------------