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 node dependencies
npm ci
- run the development server
npm run dev
- build for production
npm run build
- preview build
npm run preview