Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

ivan-ristovic/Spectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 RS07-spectrum 🌈

green_screenshot

📄 Description

This is a Software Development course project - 2D-platform-puzzle game.

Written in C++ using Qt 5.8

Created by:

💻 Installation

Clone the repository, run qmake from the repository root to generate a Makefile, and then run make:

$ git clone https://github.com/ivan-ristovic/Spectrum.git
$ cd Spectrum
$ qmake
$ make

📄 Description

Spectrum is a 2D puzzle game. Each level is made of different elements, in a different color. You can choose one color as "active" and hide all objects which have that color. By progressing through the game you will unlock more and more colors, allowing you to use more colors.

🎮 Usage

Key Description
Left , A Move left
Right , D Move right
Up , W Climb ladder
Down , S Stop player movement
Space Jump
Mouse left/right Open color change spectrum
ESC Pause / Game Menu

🐛 Known bugs

  • Collision is not perfect (yet), so sometimes you might get inside a block. It was a feature... removed.