A game of rock, paper, scissors on the web written in Rust! 🦀
An exercise in trying to learn Rust and wasm-bingen for front-end web development.
Play the game. It's a progressive web app so you can install it and play offline.
npm install
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start
# Builds the project and places it into the `dist` folder.
npm run build