Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.97 KB

🎮 AI Final Project

Features

  • 8 Puzzle game 🎮
  • Algorithm Simulator 🔧
  • Compare Algorithm 🍉

Request

  • Numpy: pip install numpy
  • Pygame: pip install pygame
  • Pygame GUI: pip install pygame_gui

Contributing

  1. Fork the repository!
  2. Clone your fork: git clone https://github.com/kiritoroo/AI_Final_Project.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -a -m 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Author