Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.
/ Othello2022 Public archive
forked from archilk/Othello

A simple Othello (Reversi) game made in Java.

Notifications You must be signed in to change notification settings

wupg98/Othello2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello

A simple Othello (Reversi) game made in Java.

The user can play against an AI. The AI uses a simple Minimax algorithm with Alpha-Beta pruning with a depth of 7 half moves. It uses several heuristics suitable for a game of Othello. The simple UI is made in Java Swing.

You need a Java 8 compiler to run it. Just compile Game.java and run it with the following command:

javac Game.java && java Game

About

A simple Othello (Reversi) game made in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%