Skip to content

Releases: CMDR-JohnAlex/Windows95Maze

[v0.4.1] First Release

19 Jul 16:21
Compare
Choose a tag to compare

Hello! This is the first release of the Windows95Maze game!

GitHub issues GitHub pull requests GitHub
GitHub release (latest by date) GitHub all releases

You control the camera with WASD and mouse movement to look around.
Be careful, there are no collisions or gravity, so you can walk through walls.

If you want to create your own map, create a text file in data/maps/. 0s are spaces and 1s are walls, use map.txt as an example/template map.
To load your own map you can rename your map to map.txt or you can open a terminal and write ./Windows95Maze.exe --maps mapName.txt but replace mapName.txt with the name of your map file. You may need to change ./ to .\ on Windows.

Right now there are only pre-build versions for Windows 32 and 64 bit, but anyone on Mac and Linux should be able to compile the program if they link all the libraries correctly. While the program should be able to compile on Mac and Linux, it is not guaranteed.