https://github.com/thiti-dev/rustsnake
Classic 🐍snake game implemented in rust
https://github.com/thiti-dev/rustsnake
canvas rust snake-game stdweb webassembly
Last synced: 7 months ago
JSON representation
Classic 🐍snake game implemented in rust
- Host: GitHub
- URL: https://github.com/thiti-dev/rustsnake
- Owner: Thiti-Dev
- Created: 2020-09-17T06:48:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T11:40:42.000Z (over 5 years ago)
- Last Synced: 2025-01-06T03:42:18.592Z (over 1 year ago)
- Topics: canvas, rust, snake-game, stdweb, webassembly
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🐍 Rustsnake
The classic snake game that putting its all logics/gameplay together in the browser. written in rust
## ✨ Features
- Moveable snake with keyboard {W,S,A,D}
- Portal to the opposite at edges of the screen
- Score system included
- Game will be reset if the snake hit itselves
- Multiple foods
## 🚀 Getting Started
1. **Start the web server with cargo.**
```sh
cargo web start
```
## 🌟 Preview