Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 428 Bytes

Reversi with MinMax AI

This project implements the board game Reversi/othello (https://en.wikipedia.org/wiki/Reversi) for either 2 players or for 1 player and a computer player. The computer behaviour is based on a MinMax algorithm. Implemented using C#. Note that the working language for this project is Dutch.

Screenshots