Othello (Reversi) game implementation with the flexibility to create your own AI player.
| Project | Build | Coverage | Link |
|---|---|---|---|
| othello-core | - | ||
| othello-gui | - | Game Demo | |
| othello-server | - | Dashboard Demo |
othello-core contains the othello game logic implemented as a JavaScript/TypeScript library.
othello-gui is the othello game client (game GUI) implemented using React.
othello-server contains the multiplayer game server implementation using Colyseus.