Skip to content

amaarquadri/perfect-information-game

Repository files navigation

license release total lines

Perfect Information Game

Creating 2D perfect information board games, and playing them with machine learning systems.

What's in this repo?

Play Against Live Models on my Website

  • Connect 4: Easy, Medium, Hard
  • Othello: Coming Soon
  • Amazons (6x6 Board): Coming Soon

Getting Started

  • Ensure Python is installed
  • Install requirements:
    pip install -r requirements.txt
  • Play a game of Connect 4 against the ai:
    python perfect_information_game/scripts/play_vs_ai.py
  • View games files that were generated during training:
    python perfect_informationn_game/scripts/view_game_file.py
  • For games with multiple versions, select the desired version by opening the corresponding file under src/games/ and uncommenting the corresponding line that starts with CONFIG =

How I Trained the Models

Resources I Used

About

Creating 2D perfect information board games, and playing them with machine learning systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages