https://github.com/nstringham/othello-web-app
https://github.com/nstringham/othello-web-app
othello pwa reversi rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nstringham/othello-web-app
- Owner: nstringham
- License: mit
- Created: 2022-06-12T01:17:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T14:08:27.000Z (5 months ago)
- Last Synced: 2026-01-23T07:11:09.639Z (5 months ago)
- Topics: othello, pwa, reversi, rust
- Language: TypeScript
- Homepage: https://othello-rust.web.app
- Size: 1.85 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Othello Web App
Othello is a web app for playing the Othello board game against a AI written in Rust.
You can play Othello in your browser at [othello-rust.web.app](https://othello-rust.web.app/) or download it on [Google Play](https://play.google.com/store/apps/details?id=app.web.othello_rust.twa), the [Microsoft Store](https://apps.microsoft.com/detail/9n6p75jt9g40), the [Amazon App Store](https://www.amazon.com/Othello/dp/B0BB5HDDYH), or the [KaiOS Store](https://www.kaiostech.com/store/apps/?bundle_id=app.web.othello_rust.twa)
## Development
1. install Node.js from [nodejs.org](https://nodejs.org/en/download)
1. install Rust from [rustup.rs](https://rustup.rs/)
1. install node dependencies
```bash
npm ci
```
1. run the development server
```bash
npm run dev
```
1. build for production
```bash
npm run build
```
1. preview build
```bash
npm run preview
```