/speed-kombat

A simple square game ... but it's not easy

Primary LanguagePythonMIT LicenseMIT

Speed Kombat

A simple game of squares ... but it's not easy

MIT license

gif

About

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. 😆

Getting Started

Prerequisites

Python 3

sudo apt install python3

Tkinter

sudo apt install python3-tk

Installing

Download and extract the zip file

or

Clone the repository

git clone https://github.com/EricMGS/speed-kombat  

Running

Execute the file speed-kombat.py with python 3.

python3 speed-kombat.py

Built with

  • Python - Programming Language used
  • Tkinter - Graphical User Interface

License

This project is licensed under the MIT License - see the LICENSE file for details