An open source remake of Icy Tower 1.3.1 using Allegro 5
The gfx+sfx resources were extracted from the original datafiles
The physics engine is thanks to RaMMicHaeL: see
https://rammichael.com/revealing-the-secrets-of-icy-tower-v1-3-1
In order to build the program, first install Allegro5
On debian-based systems (i.e. Ubuntu), type sudo apt install liballegro5-dev
Clone the repository: git clone https://github.com/royeldar/icytower.git
Compile everything using make
./icytower
- make sure the directories
gfxandsfxexist in the current path