🎮 A simple block-stacking game to beat the boredom away
Stacks is an easy-to-play game that only has one control - the spacebar. Your goal is to keep stacking the block as long as you can, by hitting spacebar once (don't hold it down) to place the block on the previous one. If you miss, the block will get smaller and smaller until there's nothing left! Be careful, as the game speeds up.
Navigate to releases, download, and run the latest .exe
file.
- Download or clone this repository using
git clone
. - Navigate to the folder using
cd Stacks
. - Install the requirements with
pip install requirements.txt
. - Run the game with
python stacks.py
Tested with Python 3.6-3.7, Windows 10