with comments

This commit is contained in:
Mark Canlas
2022-12-07 17:55:54 -05:00
parent 192b36e0a8
commit e9d027f362
4 changed files with 14 additions and 9 deletions
+3
View File
@@ -4,15 +4,18 @@
init:
; initializes values
RTS
loop:
; primary game loop
RTS
initSnake:
; initializes the snake
RTS