basic sprites working

This commit is contained in:
Stefan Stefanov 2024-02-09 22:06:25 +02:00
parent 178cf92f44
commit 348b4fd181
6 changed files with 216 additions and 63 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
odin run . -out:space_invaders.exe -debug
clean:
rm -rf ./space_invaders.exe
run:
space_invaders.exe