https://github.com/radzionc/rust-js-snake-game
Snake Game With Rust, JavaScript, and WebAssembly
https://github.com/radzionc/rust-js-snake-game
javascript linear-algebra rust webassembly
Last synced: about 1 year ago
JSON representation
Snake Game With Rust, JavaScript, and WebAssembly
- Host: GitHub
- URL: https://github.com/radzionc/rust-js-snake-game
- Owner: radzionc
- Created: 2019-10-05T04:03:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T13:24:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T14:17:09.672Z (over 1 year ago)
- Topics: javascript, linear-algebra, rust, webassembly
- Language: Rust
- Homepage: https://radzionc.github.io/rust-js-snake-game/
- Size: 877 KB
- Stars: 109
- Watchers: 5
- Forks: 16
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust JS Snake Game
We will learn how to export API implemented with Rust to JavaScript app.
>

## [Play](https://radzionc.github.io/rust-js-snake-game/)
## [Blog Post](https://geekrodion.com/blog/rustsnake)
## Technologies
* Rust
* JS
* WebAssembly
## License
MIT © [RodionChachura](https://geekrodion.com)