nstringham / othello-web-app

https://othello-rust.web.app
MIT License
6 stars 1 forks source link
othello pwa reversi rust

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 or download it on Google Play, the Microsoft Store, the Amazon App Store, or the KaiOS Store

Development

  1. install Node.js from nodejs.org
  2. install Rust from rustup.rs
  3. install node dependencies
    npm ci
  4. run the development server
    npm run dev
  5. build for production
    npm run build
  6. preview build
    npm run preview