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
- install Node.js from nodejs.org
- install Rust from rustup.rs
- install pnpm from pnpm.io
- install node dependencies
pnpm ci
- run the development server
pnpm run dev
- build for production
pnpm run build
- preview build
pnpm run preview