Fixes for rendering and add maze parser

This commit is contained in:
2023-10-09 09:38:26 -04:00
parent ba05c09439
commit c98c7efcdb
5 changed files with 45694 additions and 45522 deletions

View File

@@ -1,2 +1,6 @@
# snowland-game
My experiments with go, sdl and opengl.
This is a continuation of my [goland-game](https://github.com/five-hundred-eleven/goland-game) project.
While the previous project was implemented in go, for this project I was not able to get the go bindings for OpenGL working, and so I went with C++.
![snowland](https://stromsy.com/content/snowland_3.gif)