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
- Host: GitHub
- URL: https://github.com/lbbo/wasm-snake
- Owner: LBBO
- License: mit
- Created: 2021-04-21T20:54:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T18:09:19.000Z (about 5 years ago)
- Last Synced: 2025-02-28T18:50:27.940Z (over 1 year ago)
- Language: Rust
- Homepage: https://lbbo.github.io/wasm-snake/
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to wasm-snake 👋
> 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)_