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

https://github.com/gdonald/reversi-js

Reversi (Othello) in React using Typescript.
https://github.com/gdonald/reversi-js

javascript othello reactjs reversi typescript

Last synced: 11 months ago
JSON representation

Reversi (Othello) in React using Typescript.

Awesome Lists containing this project

README

          

## reversi-js

Reversi (Othello) written in Typescript using React.

![Reversi (Othello)](https://raw.githubusercontent.com/gdonald/reversi-js/main/ss.png "Reversi (Othello)")

#### Install

``
npm install
``

#### Run

``
npm start
``

#### Play Locally

[http://localhost:9000/](http://localhost:9000/)

#### Play Online / Demo

[https://gdonald.github.io/reversi-js/](https://gdonald.github.io/reversi-js/)