GraviStile is a Puzzle Platformer, based around a simple mechanic of rotating platforms to change the direction of gravity. Face 24 challenging, carefully crafted levels in this mind-bending platformer!
- Rotating a platform changes the direction of gravity.
- You can only rotate the platform you are standing on.
- Reach the door to finish the stage!
- Arrow Keys: Movement
- Space: Jump
- A, D: Rotate platform Left / Right
- New stages, making a total of 24 stages.
- New mechanics - linked platforms, lasers and switches
- Many bug fixes and other improvements
- Level Editor (it exists and works, but not ready for release)
GraviStile uses SFML (Simple and Fast Multimedia Library), which is available here:
Follow the instructions to configure an SFML project in Visual Studio here.
Alternatively, install the latest version of MinGW and download the compatible SFML library here, then follow the instructions for compiling on Linux.
Quickest way:
- Install SFML:
sudo apt-get install libsfml-dev
- Then run
build.sh
. This builds the game into the _build directory.
Alternatively, you can follow the instructions to compile an SFML app here:
- http://www.sfml-dev.org/tutorials/2.3/start-linux.php
- Note: compile with the flag
-std=c++11
if using g++.