Skip to content

jamiebrn/colour-cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo

Flappy-bird-esque game where you have to jump through obstacles with a twist: you have to match the colour in the tube to get through.

Build instructions

C++

Must have GCC 12.2.0 installed for compilation, and must be built on Windows.

Run makefile in root directory with command:

make

File with name "main.exe" will be built in the bin directory.

The built executable must be ran alongside all other files (dlls and resource files) in the bin directory.

Python

Run the .py file in the py-original directory.

Must be ran with the Python 3 interpreter from python.org.

Javascript

Run the index.html file in the js-port directory in a modern internet browser.

Alternatively, run it hosted on my itch.io page.