An open API service indexing awesome lists of open source software.

https://github.com/deciduously/fivedice

A Rust/Wasm implementation of Yahtzee
https://github.com/deciduously/fivedice

Last synced: 4 months ago
JSON representation

A Rust/Wasm implementation of Yahtzee

Awesome Lists containing this project

README

          

# fivedice

A Rust/WebAssembly implementation of Yahtzee. WIP.

## Dependencies

- NPM
- Rust
- wasm-pack
- GNU `make`
- `bash`

## Usage

Open two terminals. In one, execute `make` to build the WASM module. In the other, execute `npm install` if this is the first run, and then `npm run start`. Re-run `make` each time you change the Rust, and the webpack dev server will hot reload your changes. Use `make clean` to clear build artifacts.