Skip to content

tajnymag/geus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A very simple Ncurses Shoot em Up game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors