Skip to content

This twist on the classic chess AI project uses alpha-beta pruning, minimax and 3 heuristic models for AI "player".

Notifications You must be signed in to change notification settings

aspyridakos/AI-Warzone-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Warzone-Game

COMP 472 Course Project

Team Members:
Alexandra Spyridakos (40175280)
Daria Denejkina (40151344)
Christos Karabatsos (40132730)

Play the game automatically from the command line by entering 'python main.py'. The game will play manually by default where both defender and attacker players are human. The maximum number of turns unless specified is 100.

Additional help about options is available by adding -h at the end of 'python main.py'.

Refer to Wiki to access project summary report.

About

This twist on the classic chess AI project uses alpha-beta pruning, minimax and 3 heuristic models for AI "player".

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages