Framework/game engine for terminal/console/CLI games for UNIX like systems and Windows (although not all features are supported in Windows terminal). Right now it's in late alpha so expect to see some minor changes in the API. 1.0.0 Release should come soon.
These instructions will get you a copy of the project up and running on your local 7229 machine for development. for more in-depth tutorial go to the project's wiki.
All you need to use this framework is g++
and make
(and mingw
if you want to build for Windows). Even if you don't have these already it shouldn't be too hard to install them. Please follow instructions that are suitable for your OS.
Download and build the framework.
$ git clone https://github.com/edve98/Terminal-Play.git
$ cd Terminal-Play/
$ make
cd into example project's directory and then build it.
$ cd examples/simple\ demo/
$ make
Now run the example to test it.
$ ./game
- Edvinas Senda - Initial work - edve98
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License version 3 - see the LICENSE file for details