game_of_life:Casm实施的“ Conway的人生游戏”,只是为了好玩而已

时间:2024-04-11 10:51:42
【文件属性】:

文件名称:game_of_life:Casm实施的“ Conway的人生游戏”,只是为了好玩而已

文件大小:23KB

文件格式:ZIP

更新时间:2024-04-11 10:51:42

C

游戏人生 在这个项目中,我尝试用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
----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)
--------bit_array2d.asm(8KB)
--------include()
----event_listener.c(7KB)
----.gitignore(89B)
----compile.sh(939B)
----include()
--------key_handler.h(746B)
--------life_runner.h(2KB)
--------bit_array2d.h(1KB)
--------event_listener.h(569B)
--------life_drawer.h(2KB)
--------utils.h(926B)
--------io_threader.h(1KB)
--------main.h(173B)
--------array2d.h(1KB)
----main.c(3KB)

网友评论