Skip to content

bryanlzl/pentago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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