Skip to content

houshmand-2005/GOTB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Of The Bug! (GOTB)

A fun game that demonstrates basic AI behavior 🐞


Introduction

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.

Algorithm

The Euclidean Distance algorithm, calculates to find the closest enemy

Installation

  1. Clone the GOTB repository:

    git clone https://github.com/houshmand-2005/GOTB.git
  2. Navigate to the project directory:

    cd GOTB
  3. Run the game:

    python main.py

The window will appear, and you can start see GOTB.