https://github.com/michaelradu/draco-snake
Clone of the original Nokia Snake Game remade in Rust with Bevy.
https://github.com/michaelradu/draco-snake
Last synced: about 1 year ago
JSON representation
Clone of the original Nokia Snake Game remade in Rust with Bevy.
- Host: GitHub
- URL: https://github.com/michaelradu/draco-snake
- Owner: michaelradu
- License: gpl-3.0
- Created: 2022-04-17T16:09:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T18:01:14.000Z (about 4 years ago)
- Last Synced: 2025-01-29T14:15:55.589Z (over 1 year ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Draco Snake
[![Stargazers][stars-shield]][stars-url]
[![Forks][forks-shield]][forks-url]
[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![GPLv3 License][license-shield]][license-url]
This is a remake of the original Nokia Snake game in Rust with the Bevy Game Engine.
Check out the documentation below to get started.
## Quick Start Guide
1. Clone the repo
```
git clone https://github.com/michaelradu/draco-snake.git
```
2. Build the project
```
cargo build
```
3. Run the project
```
cargo run
```
4. Have fun!
## Licence
[GPLv3](michaelradu/draco-snake/LICENSE) © [Michael Radu](https://www.mihairadu.cf)
[contributors-shield]: https://img.shields.io/github/contributors/michaelradu/draco-snake.svg?style=social
[contributors-url]: https://github.com/michaelradu/draco-snake/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/michaelradu/draco-snake.svg?style=social
[forks-url]: https://github.com/michaelradu/draco-snake/network/members
[stars-shield]: https://img.shields.io/github/stars/michaelradu/draco-snake.svg?style=social
[stars-url]: https://github.com/michaelradu/draco-snake/stargazers
[issues-shield]: https://img.shields.io/github/issues/michaelradu/draco-snake.svg?style=social
[issues-url]: https://github.com/michaelradu/draco-snake/issues
[license-shield]: https://img.shields.io/github/license/michaelradu/draco-snake.svg?style=social
[license-url]: https://github.com/michaelradu/draco-snake/blob/master/LICENSE.txt
[vercel-url]: https://vercel.com/new/git/external?repository-url=https://github.com/michaelradu/draco-snake