A simple game of squares ... but it's not easy
SpeedKombat is a simple game of squares.
You need to control the movements of the blue square to catch the black square 20 times.
Seems easy? So I challenge you to try.
Each time you collect the black square your speed is doubled, making the game more and more difficult.
The more you play the greater the challenge for your motor coordination ... and for your patience. 😆
Python 3
sudo apt install python3
Tkinter
sudo apt install python3-tk
Download and extract the zip file
or
Clone the repository
git clone https://github.com/EricMGS/speed-kombat
Execute the file speed-kombat.py with python 3.
python3 speed-kombat.py
This project is licensed under the MIT License - see the LICENSE file for details