Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 685 Bytes

A very simple Shoot em Up game created as a midterm project of the BI-PA2 subject at CTU FIT in Prague.

Installation

  • download the project somewhere using

      git clone https://github.com/Tajnymag/geus.git
    
  • step into the directory and run the provided Makefile

      cd geus;
      make
    
  • you should be able to run the game by issuing

      make run
    

Documentation

The project uses a Doxygen to generate it's documentation dynamically. To generate the documentation for yourself, issue

make doc

If the documentation was generated correctly, you should be able to access it locally at geus/doxygen/html/index.html