Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.92 KB

README.md

File metadata and controls

68 lines (41 loc) · 1.92 KB

Survive Line

Survive Line is a game powered by Pygame and Artificial Intelligence, designed as my BSc thesis project. In this game, a ball navigates between two waves where they have random amplitude and the speed between them decreases over time, powered by the latest in AI technology using the N.E.A.T algorithm.

Features

  • Dynamic Waves: Experience the changing waves as you play more.
  • AI-Driven: The ball is controlled by an AI trained using the N.E.A.T algorithm. It managed to play continuously for 30 min
  • High Performance: The game runs at a 120fps providing smooth gameplay.

AI Features

The game features an AI that can autonomously navigate through the waves without any manual intervention. Below is a video showcasing the AI in action

AI.12.28.mp4

Game Footage

Here's a sneak peek of Survive Line in action:

normalFootage.mp4

Controls

  • Use right and left arrows controls to navigate away from the waves.
  • v Key to show vision lines for the NN
  • b key to show the ballRect (bonding box for the ball)
  • p key to show the particles

Installation

  1. Clone this repository:
git clone https://github.com/yourusername/Survive-Line.git
  1. Navigate to the project directory:
cd Survive-Line
  1. Install dependencies
pip install -r requirements.txt
  1. Run the game
python main.py

Contribute

Contributions to the project are welcome! Please fork the repository and submit pull requests with your proposed changes.

Thesis Document

For those interested in the detailed technical and scientific documentation, the thesis is available in LaTeX format.