/othello-game

Reversi/Othello game logic, GUI, multiplayer server and AI players

Primary LanguageTypeScriptMIT LicenseMIT

Othello Game

License: MIT

Othello (Reversi) game implementation with the flexibility to create your own AI player.

Build Status

Project Build Coverage Link
othello-core Build Status Azure DevOps coverage -
othello-gui Build Status - Game Demo
othello-server Build Status - Dashboard Demo

Othello Core

othello-core contains the othello game logic implemented as a JavaScript/TypeScript library.

Othello GUI

othello-gui is the othello game client (game GUI) implemented using React.

Othello Server

othello-server contains the multiplayer game server implementation using Colyseus.