If you want to add a cool module just implement it, lint it with clippy and make a pull request with a screenshot. I will probably accept it.
The trunk
cli is required to build the web version. To add this, run cargo install trunk
.
- Make sure your runs on wasm32 as well as on other platforms. For instance, please don't use
println!()
but instead preferio::dprint()
,io::newline()
, orio::print()
.