Commit graph

6 commits

Author SHA1 Message Date
57736192c8 Moved map generation to World3D
- Fixed an oversight where it ended 2D mode upon exit instead of 3D
2025-03-21 02:35:56 -04:00
49a336ea1f Finished game loop
- Currently crashes to memory I/O error
2025-03-21 02:03:23 -04:00
85a0e2eda1 Remove Init() function
- Renamed ReadConfig() to Settings()
- Made Game() function unsafe
- Removed Init from Camera() in World3D class
- Allow for unsafe blocks
2025-03-21 01:39:43 -04:00
b8cd12302e Renamed World to World3D
- Renamed World3D's Camera to InitCamera
2025-03-21 00:43:27 -04:00
f1141d836c WIP First Person Maze example 2025-03-21 00:35:49 -04:00
ccfe5193c1 Initial commit 2025-03-20 23:38:47 -04:00