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

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

Awesome Lists containing this project

README

        

# Nile

[![CI](https://github.com/threecgreen/nile/workflows/CI/badge.svg?branch=master)](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.