sardothien / Timesweeper

2D platform game with four different levels and interesting story

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splash

Codacy Badge C++ Qt5

📝

Grab your trusty Time gun, jump into a Time Portal, avoid some obstacles and shoot up some Time travelling aliens


🎮 Controls:

Space - Jump
A - Move left
D - Move right
Mouse - Aim
Left Click - Shoot

Esc - Exit game
P - Pause
O - Options menu when paused
H - Help menu when paused
Enter - Resume when paused
R - Restart level when you die
E - Advance dialogue when it appears


🔧 How to run the game:

  • Option 1 - Run release version:

Download the latest release version (for Windows only) from this link , unpack the downloaded archive, and run the included executable file. If the first link doesn't work, you can download the release build from here

  • Option 2 - Run from source code:

Download and install the Qt library and Qt Creator.
After cloning the repository to a directory of your choosing (or downloading and extracting the zipped version), navigate to the timesweeper folder.
Inside you will find timesweeper.pro and CMakeLists.txt files. Open one of them with Qt Creator.
Click on the green Run button you will see in the bottom left. This will build the project and run the game.

For running project from terminal or for more detailed instructions on how to install everything, check this page.


Developers

About

2D platform game with four different levels and interesting story


Languages

Language:C++ 93.9%Language:CMake 3.2%Language:QMake 2.9%