Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybyte/brain-snake
A snake puzzle game written in Rust using raylib via raylib-rs.
https://github.com/shybyte/brain-snake
game puzzle puzzle-game raylib rust snake snake-game
Last synced: about 1 month ago
JSON representation
A snake puzzle game written in Rust using raylib via raylib-rs.
- Host: GitHub
- URL: https://github.com/shybyte/brain-snake
- Owner: shybyte
- License: agpl-3.0
- Created: 2020-01-01T16:29:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T17:21:35.000Z (about 5 years ago)
- Last Synced: 2024-11-09T08:45:10.411Z (3 months ago)
- Topics: game, puzzle, puzzle-game, raylib, rust, snake, snake-game
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrainSnake
[![Build Status](https://travis-ci.org/shybyte/brain-snake.svg?branch=master)](https://travis-ci.org/shybyte/brain-snake)
A snake puzzle game written in Rust using [raylib](https://www.raylib.com/) via [raylib-rs](https://github.com/deltaphc/raylib-rs).
![Screenshot](docs/screenshot.png)
## Status
First version with only one dummy level.
## Run it
1. Install Rust (https://www.rust-lang.org/tools/install)
2. Install dependencies of [raylib](https://www.raylib.com/) and [raylib-rs](https://github.com/deltaphc/raylib-rs). See packages in [.travis.yml](.travis.yml).
3. ```cargo run```## License and Copyright
Copyright (C) 2020 Marco StahlGNU Affero General Public License v3.0