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
- Host: GitHub
- URL: https://github.com/olif/othello-js
- Owner: olif
- License: mit
- Created: 2018-06-04T18:19:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:54:31.000Z (over 3 years ago)
- Last Synced: 2024-05-27T17:17:05.120Z (about 2 years ago)
- Topics: nodejs, othello, othello-game, react, reversi, typescript
- Language: TypeScript
- Homepage: https://othello-js.olif.nu/
- Size: 3.88 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-othello
A nodejs/react othello/reversi game.

## 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).