SLiV9 / entomb

A small self-seeding random thingy generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entomb

A tool written in Rust.

Building

Build the cart by running:

cargo build --release

Then run it with:

w4 run target/wasm32-unknown-unknown/release/cart.wasm

For more info about setting up WASM-4, see the quickstart guide.

Controls

Arrow keys, X, Z.

Credits

A tool by Sander in 't Veld.

License

This tool was made by Sander in 't Veld. Its source code is made available to you under the MIT License, as specified in LICENSE.txt.

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Links

  • Documentation: Learn more about WASM-4.
  • Snake Tutorial: Learn how to build a complete tool with a step-by-step tutorial.
  • GitHub: Submit an issue or PR. Contributions are welcome!

About

A small self-seeding random thingy generator.

License:MIT License


Languages

Language:Rust 100.0%