up to building the map

This commit is contained in:
2026-06-10 02:32:01 -07:00
parent fa7a6ac176
commit 4032a5ea76
5 changed files with 93 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package main
import "core:fmt"
import game "./game"
main :: proc() {
fmt.println("hello world")
game.run()
}