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

https://github.com/lbbo/wasm-snake

An educational snake implementation for learning rust and WASM
https://github.com/lbbo/wasm-snake

Last synced: 11 months ago
JSON representation

An educational snake implementation for learning rust and WASM

Awesome Lists containing this project

README

          

Welcome to wasm-snake 👋



Version

License: MIT


Twitter: LBBO_

> An educational snake implementation for learning rust and WASM

This project is not meant to be good or anything; I just needed something to try
out with WASM and rust.

### ✨ [Demo](http://lbbo.github.io/wasm-snake/)

## Install

```sh
npm install
```

## Usage

```sh
npm run start
```

## Run tests

```sh
npm run test
```

## Author

👤 **Michael Kuckuk**

- Website: http://michaelkuckuk.com
- Twitter: [@LBBO\_](https://twitter.com/LBBO_)
- Github: [@LBBO](https://github.com/LBBO)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check
[issues page](https://github.com/LBBO/wasm-snake/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2021 [Michael Kuckuk](https://github.com/LBBO).
This project
is [MIT](https://github.com/LBBO/wasm-snake/blob/main/LICENSE) licensed.

---

_This README was generated with ❤️ by
[readme-md-generator](https://github.com/kefranabg/readme-md-generator)_