Skip to content

bl-rd/rock-paper-rusty-scissors

Repository files navigation

Rock, Paper, (Rusty) Scissors

Screenshot of the app

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.

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build