a few games in a few languages minesweeper, snake, breakout. in ts, c+raylib, zig
  • C 82.6%
  • TypeScript 12.6%
  • Zig 4.1%
  • HTML 0.3%
  • CSS 0.2%
  • Other 0.1%
Find a file
2026-08-25 15:56:31 +10:00
c/snake snake pretty much done in c? 2026-06-23 15:08:50 +10:00
typescript snake game done 2026-06-07 11:47:50 +10:00
zig/breakout breakout not complete, but time to move on. 2026-07-10 22:09:24 +10:00
.gitignore update readme 2026-06-23 19:24:10 +10:00
package-lock.json got some more progress, reveals mines now. still super buggy. no format cos nvim not setup fully :( 2026-05-08 20:28:52 +10:00
README.md Update README.md 2026-08-25 15:56:31 +10:00

Games, project to learn how to make games in a few different languages.

TODO (in order)

  • Minesweeper (TS)
  • Snake (TS)
  • Snake (C, Raylib)
  • Breakout (Zig, Raylib)