An open API service indexing awesome lists of open source software.

https://github.com/olif/othello-js

A nodejs othello/reversi game
https://github.com/olif/othello-js

nodejs othello othello-game react reversi typescript

Last synced: 5 months ago
JSON representation

A nodejs othello/reversi game

Awesome Lists containing this project

README

          

# js-othello
A nodejs/react othello/reversi game.

![Screenshot](screenshot.png "othello-js screenshot")

## How to run
Npm and node are required.

Run the game by issuing:

$> npm run start

## How to play
Start the game by browsing to `localhost` and the chosen port (`8888` by default).
Click `Play`. The chat window will provide an invitation link that can be sent
to the opponent. The rules of the game are described [here](https://en.wikipedia.org/wiki/Reversi#Rules).