Skip to content

ghoule636/PentagoAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An interactive Pentago game! Featuring 2 player mode or versus AI. 
AI is default set to an alpha beta algorithm. To change this to minmax algorithm uncomment line 168 and comment out line 169 in Pentago.py.
Ai is by default set to examine moves to depth 2. To change this set variable maxDepth in main in Pentago.py.

Minmax Algorithm
	Depth Level = 1
	Number of nodes expanded on first move = 288
	
	Depth Level = 2
	Number of nodes expanded = 80928

AlphaBeta Algorithm
	Depth Level = 1
	Number of nodes expanded = 288
	
	Depth level = 2
	Number of nodes expanded = 855

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages