Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 738 Bytes

ncurses-game-engine

The following code is a derivative work of the code from One Lone Coder Console Game Engine, which is licensed GPLv3. This code therefore is also licensed under the terms of the GNU Public License, verison 3.

Game engine inspired in the work of One Lone Coder but migrated and adapted for Mac using Ncurses library.

#Instructions

NCURSES-GAME-ENGINE MAKEFILE

  • make all Builds the package + documentation
  • make run Builds and runs the program
  • make clean Cleans results of building process (objects end executable)
  • make doc Generates the documentation with doxygen
  • make docclean Removes the documentation
  • make clean-all Cleans documentation and results of build process