Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minibill/flatworld

A small game
https://github.com/minibill/flatworld

Last synced: about 7 hours ago
JSON representation

A small game

Awesome Lists containing this project

README

        

1. How to build flatWorld
=========================

In order to build flatWorld, you're going to need CMake 2.6 or higher installed.

Run the following commands when you're ready to build the project:

$ mkdir build
$ cd build
$ cmake ..
$ make

Note that you could very well run cmake in the project's root, but creating a
"build" directory is recommended, as to segregate source files from temporary
project files, and to allow the easy removal of those temporary files.