Rough first draft of maze game in c++

This commit is contained in:
2023-10-08 22:46:04 -04:00
parent aa39c6d844
commit 38dc495d36
7 changed files with 51596 additions and 0 deletions

7
.gitignore vendored
View File

@@ -19,3 +19,10 @@
# Go workspace file
go.work
*.o
*.swp
# you can download these from the internet
stb_image.c
glad.c