Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 938 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 938 Bytes

Pentago License Clone

Pentago game written in Python with Tkinter interface Pentago is an abstract strategy game created by Tomas Flodén, similar concept as connect 4, but requires 5 rows of the same color to win

pentago-gameplay

Features:

  • A semi-functional display interface for the game using Tkinter GUI
  • Human vs AI, Human vs Human and AI vs AI mode
  • AI level 0 makes completely random moves
  • AI level 1 prevents opponent from any direct wins in the next move via an exhaustive search of all possible combinations and permutations (brute force method)

Instructions:

  1. Download pentago.py
  2. Run pentago.py
  3. Follow menu instructions in the run terminal accordingly

Created by: bryanlzl