Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 672 Bytes

pong

Play pong against an AI trained with the NEAT algorithm.

Setup and Play

  1. Optionally set up a Conda env
conda create -n pong python=3.10
conda activate pong
  1. Install dependencies
pip install pygame neat-python requests
  1. Sign up for an account at pong.jhqcat.com, and create a game
  2. Edit the start of the play_ai.py, updating your GAME_ID and DISPLAY_NAME as necessary
  3. Then run play_ai.py
  4. Press 'Start Game' on the lobby

Training and Development

  1. Run the main.py file

Planning

Whiteboard image of plan