Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minibill/flatworld
A small game
https://github.com/minibill/flatworld
Last synced: about 7 hours ago
JSON representation
A small game
- Host: GitHub
- URL: https://github.com/minibill/flatworld
- Owner: miniBill
- Created: 2010-09-06T14:49:14.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-07T12:55:17.000Z (over 13 years ago)
- Last Synced: 2023-03-11T07:27:49.084Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 ..
$ makeNote 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.