Skip to content

A simulated Othello game where a human can play against an Artificial Intelligence that uses alpha-beta pruning to make its moves.

Notifications You must be signed in to change notification settings

gkunthara/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello

Description of the Goal and how to Execute

The goal of the project is to develop an Othello game where a human will play against an Artificial Intelligence. It will work the same way as any other Othello game; Black is denoted with a B, White is denoted with a W, the rows are denoted with numbers and columns are denoted with characters.

Console Output

Welcome Screen

screen shot 2017-05-08 at 1 06 49 am

AI Making Move

screen shot 2017-05-08 at 1 07 36 am

This will continue until both players run out of turns and the game is over.

About

A simulated Othello game where a human can play against an Artificial Intelligence that uses alpha-beta pruning to make its moves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages