Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 487 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 487 Bytes

Icy Tower AI

By Lidor Shimoni

An Icy Tower Game Built with PyGame and AI with NEAT genetics algorithm.

Features

  • Normal
  • Train Bot
  • Test Bot

Examples

Bot Training

Running

-Playing normal:

python game.py -normal

Bot Training:

python game.py -train

Dependencies

The following dependencies are required:

  • python 3.7
  • pygame
  • Graphiz
  • python-neat

Refrences

TODO