josh04 / observantrommel

A card-counting tool for the card game 'Secret Hitler'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Observant Rommel

A card-counting tool for the card game 'Secret Hitler'.

Hosted version at https://josh04.computer/dropbox/sechit/

Built with Rust and wasm-pack.

Build instructions

To build, install Rust via Rustup followed by wasm-pack. You will also need a version of npm.

Run wasm-pack build in the root followed by moving into the www directory and running npm install (you only need to do this command once). Finally, run either npm run start to host a local webserver running the app, or npm run build to package it for hosting in www/dist (you will need to copy index.js in from the folder above).

About

A card-counting tool for the card game 'Secret Hitler'


Languages

Language:HTML 61.4%Language:Rust 36.8%Language:JavaScript 1.8%