Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 978 Bytes

File metadata and controls

27 lines (23 loc) · 978 Bytes

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 pnpm from pnpm.io
  4. install node dependencies
    pnpm ci
  5. run the development server
    pnpm run dev
  6. build for production
    pnpm run build
  7. preview build
    pnpm run preview