https://github.com/threecgreen/nile
Web game implementation of an old board game using Rust's wasm-bindgen
https://github.com/threecgreen/nile
board-game react rust wasm
Last synced: about 1 month ago
JSON representation
Web game implementation of an old board game using Rust's wasm-bindgen
- Host: GitHub
- URL: https://github.com/threecgreen/nile
- Owner: threecgreen
- License: mit
- Created: 2020-08-14T20:58:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T03:50:03.000Z (over 2 years ago)
- Last Synced: 2024-07-30T17:27:39.249Z (9 months ago)
- Topics: board-game, react, rust, wasm
- Language: Rust
- Homepage: https://nile.onrender.com
- Size: 596 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nile
[](https://github.com/threecgreen/nile/actions?query=workflow%3ACI)
Rust WebAssembly implementation of an old board game with a board similar to
scrabble, but instead of placing words, players build a river out of tiles with
different shapes.## implementation
Uses [yew](https://github.com/yewstack/yew) for writing the UI components in Rust.