Skip to content

felipeap92/othello-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.