https://github.com/nereuxofficial/bene-snake
A battlesnake written in Rust
https://github.com/nereuxofficial/bene-snake
battlesnake rust
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:58:14.000Z (9 months ago)
- Last Synced: 2025-01-23T21:11:32.405Z (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
```