8000 GitHub - vodpox/Terminal-Play: Framework/game engine for terminal/console/CLI games
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vodpox/Terminal-Play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Play

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.

Getting Started

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.

Prerequisites

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.

Installing

Download and build the framework.

$ git clone https://github.com/edve98/Terminal-Play.git
$ cd Terminal-Play/
$ make

Building example project

cd into example project's directory and then build it.

$ cd examples/simple\ demo/
$ make

Now run the example to test it.

$ ./game

Authors

  • Edvinas Senda - Initial work - edve98

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License version 3 - see the LICENSE file for details

About

Framework/game engine for terminal/console/CLI games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0