1
Fork 0
No description
Find a file
2026-02-15 18:09:59 +00:00
.vscode Fix rgbds vscode settings 2026-02-07 13:37:37 +00:00
asm Improve performance 2026-02-06 20:32:54 +00:00
c Use ninja and c preprocessor to track headers when building 2026-02-15 18:09:59 +00:00
.clang-format Implement game of life in c 2026-02-06 19:47:04 +00:00
.gitignore Update project structure to monorepo 2026-01-31 14:06:46 -05:00
LICENSE Initial commit 2026-01-27 18:31:23 -05:00
README.md Rewrite game of life generate in go 2026-02-10 16:06:52 +00:00
TODO.md Use massive lookup table to fix neighbor overflow issue and increase performance 2026-02-11 22:16:25 +00:00

learn-gb

c

just name=gameoflife build run

assembly

just name=gameoflife-pertile build run