Aplex2723 / OthelloGameAI

This is a Console game using a Player vs Computer system, you can play with the computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OthelloGameAI

This is a Console game using a Player vs Computer system, you can play with the computer.

The alghorithm

For the development of this project, we use a famouse algorithm for boardgames called Minimax. This algorithm try to find the best move assuming that the oponent also play good.

About

This is a Console game using a Player vs Computer system, you can play with the computer.

License:MIT License


Languages

Language:C# 100.0%