Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 334 Bytes

READ_ME.md

File metadata and controls

16 lines (10 loc) · 334 Bytes

Use these commands inside project directory /tdp005_objektorienterat_system

Install game: $ cmake .

$ make

Run game:

$ ./ballgame

Documentation: You can find the documentation inside /Documents/Doxygen_TDP005

Extra: If the map doesn't load be sure to check that the map.txt file is in the same directory as the executable file.