Skip to content

WilfSilver/TheMazeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheMazeGame

This is a Randomised Maze Game made for my NEA project. For more information, please read the report.

Dependencies

This has not been tested since being written (2021)... :(

  • GLFW - inside dependencies/glfw
  • FreeType - inside dependencies/freetype
  • GLEW - should already have built binaries for windows and linux inside correct folders (as repository did not have CMake implemented)
  • ImGUI - inside src/vendor/imgui NOTE: Should be on the docking branch
  • GLM - inside src/vendor/glm These files should be already setup.
  • stb_image - inside src/vendor/stb_image These files are already setup. This is just a subsection of the actual repository

Features

  • Fully infinite (this is built to handle integer overflows and is apart of the experience)
  • Inventory system with chests + multiple items
  • Enemy battles battles

Known issues

  • Issues with AMD graphics cards while swapping buffers
  • LaTeX no longer compiling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages