gkunthara / Othello

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%