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
- Host: GitHub
- URL: https://github.com/deciduously/fivedice
- Owner: deciduously
- License: mit
- Created: 2019-08-07T11:51:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:20:03.000Z (over 3 years ago)
- Last Synced: 2026-01-13T00:50:14.229Z (5 months ago)
- Language: Rust
- Homepage: https://deciduously.github.io/fivedice/
- Size: 1.08 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.