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

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.

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