A game made for my Term 1 Year 11 Software Design and Development project.
To build and run the game, use the provided makefile.
make build
This will build an executable.
make run
This will run the built executable.
make all
This will build and run the executable.