Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nereuxofficial/bene-snake
A battlesnake written in Rust
https://github.com/nereuxofficial/bene-snake
battlesnake rust
Last synced: about 2 months ago
JSON representation
A battlesnake written in Rust
- Host: GitHub
- URL: https://github.com/nereuxofficial/bene-snake
- Owner: Nereuxofficial
- Created: 2024-02-18T20:08:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:58:14.000Z (7 months ago)
- Last Synced: 2024-10-25T10:51:22.407Z (3 months ago)
- Topics: battlesnake, rust
- Language: Rust
- Homepage: https://play.battlesnake.com/profile/nereuxofficial
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# bene-snake
# Running the project
After [installing Rust](https://rustup.rs), run the following command in the project directory:
```
cargo run --release
```