A downloadable game


Jungle Fever Gameplay

This project was a challenge in which I had to develop a C++ (with SDL) game within a 2 week limit.


Game description

- Boxes stack vertically in columns and have different colors.
- Periodically, a new column of (random) boxes pushes all the columns sideways.
- When a box is clicked, boxes with the same color in the same row and column disappear.
- When there is a vertical gap between two boxes, top boxes collapse down filling the empty spaces.
- When there is a horizontal gap between two columns, boxes collapse towards the spawn zone.
- Opposite to the spawn zone there is an end zone.
- The game ends when a box reaches the end zone.