game_of_life:Casm实施的“ Conway的人生游戏”只是为了好玩而已 源码
游戏人生 在这个项目中,我尝试用C和汇编语言实现“生命游戏”。 只是为了好玩(= 操作说明: 键盘: c - clear the game field space - pause s - save game to "saved_game.life" l - load game from "saved_game.life" 1-9 buttons - change game speed (warning: fps drops and input lags on high speed) 0 button - make game do a single step and pause (works even when paused) MOVEMENT: up arrow - move up across the field down arrow - move down acro
文件列表
game_of_life-master.zip
(预估有个28文件)
game_of_life-master
utils.c
2KB
io_threader.c
5KB
type_extensions.c
6KB
life_drawer.c
11KB
key_handler.c
5KB
README.md
1KB
asm
array2d.asm
2KB
life_runner.asm
8KB
暂无评论