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

Reversi game with MinMax algo to play against AI, coursework for imperative programming course (Computer Science BSc level, Utrecht University, 2016)

Notifications You must be signed in to change notification settings

akoreman/Reversi-MinMax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Reversi game with MinMax algo to play against AI, coursework for imperative programming course (Computer Science BSc level, Utrecht University, 2016)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages