elektito / gravity

A 2D physics-based game in which you indirectly affect the world through gravity.
https://elektito.github.io/gravity/
GNU General Public License v3.0
11 stars 1 forks source link

Gravity: Friend or Foe?

Gravity: Friend or Foe? is a game in which you use gravity to move objects and score.

In order to build Gravity you need the following libraries:

In order to build run ./waf configure and then ./waf build. A C++11 compliant compiler and a Python interpreter is needed.

You'll need an OpenGL 3.3 capable video card with the proper drivers installed.

My main target so far has been Linux, although cross-compiling for Windows on Linux is possible by using MXE (which itself uses mingw-w64). Refer to PACKAGING.crosswindows.md.

Copyright Notice: This program is free software, released under the GNU General Public License version 3. You should have received a copy of the license along with this program. If not, see http://www.gnu.org/licenses/.