A fun game that demonstrates basic AI behavior 🐞
GOTB is a fun and interactive game inspired by the famous "Game of Life". In this game, we have three types of bugs: rocks (red), papers (blue), and scissors (green). These bugs move around the screen and try to kill each other, and you can set different levels of intelligence (IQ) that affect their behavior.
The Euclidean Distance algorithm, calculates to find the closest enemy
-
Clone the GOTB repository:
git clone https://github.com/houshmand-2005/GOTB.git
-
Navigate to the project directory:
cd GOTB
-
Run the game:
python main.py
The window will appear, and you can start see GOTB.