Skip to content

MeeedAmine/othello-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Game

Othello or Reversi is a multiplayer board game. This project was created using python and its module pygame for the GUI. When playing against the computer, you have 3 difficulty levels as follow.

Easy: Random valid moves.
Medium: Best move based on the board weights matrix.
Difficult: Uses minimax algorithm with alpha-beta pruning.

Demo

othello

Required:

  • python 3.x
  • pygame
  • pygame-menu

What's coming next?

  • Adding a database to store your games.
  • Adding the possibility to play online.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages