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 buildThis will build an executable.
make runThis will run the built executable.
make allThis will build and run the executable.