Add console tetris demo

This commit is contained in:
Toby Jaffey 2025-12-07 21:02:22 +00:00
parent cd95e63af5
commit c0711213ae
9 changed files with 261 additions and 0 deletions

View file

@ -5,6 +5,7 @@ all:
(cd sketch && make)
(cd helloworld && make)
(cd zig-mandel && make)
(cd zigtris && make)
(cd rust-hello && make)
(cd hello-asm && make)
@ -12,6 +13,7 @@ clean:
(cd sketch && make clean)
(cd helloworld && make clean)
(cd zig-mandel && make clean)
(cd zigtris && make clean)
(cd rust-hello && make clean)
(cd hello-asm && make clean)