Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Stahl

GNU Affero General Public License v3.0