rulyotano / othello-reversi-wpf

Game Othelo (Reversi) made in WPF with several AI implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

othello-reversi-wopf

Game Othelo (Reversi) made in WPF with several AI implementations

Project Description

This is a an implementation of the Reversi game, or Othello with on WPF, using the well-known pattern MVVM. A very simple interface, fast, and good player.

This proyect is an implementation of the Reversi Game (Othello). It is implemented over the .NETFramework 4.0 using WPF.

The AI for this game burns in an university proyect, where each student implemented an othello game player and we played a tournament. The best players get the maximun calification. This player was the champion of the tournament. For this tournament was a rule that all the move should take less than 15 seconds, and also the player should not use store information. For this reason the main algorithm for the AI is the Mini-Max algorithm with the Alpha-Beta prune.

Alt text

About

Game Othelo (Reversi) made in WPF with several AI implementations


Languages

Language:C# 100.0%