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

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

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
```