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