4
2
Fork
You've already forked term-snake
2
Multiplayer snake game in the terminal
  • Rust 98.7%
  • Dockerfile 1.3%
Mo fb3353764f
All checks were successful
Rust / Build, lint and test (push) Successful in 49s
Merge pull request 'Don't change the player index' ( #33 ) from fix-player-index into main
Reviewed-on: rust-mainz/term-snake#33
Reviewed-by: Beowulf <beowulf@beocode.eu>
2024年11月26日 17:57:30 +00:00
.forgejo/workflows Added action for building, linting and testing 2024年11月19日 18:33:12 +01:00
crates Merge pull request 'Don't change the player index' ( #33 ) from fix-player-index into main 2024年11月26日 17:57:30 +00:00
.gitignore Init commit 2024年10月14日 16:39:04 +02:00
Cargo.lock Support for user-defined ports specified via CLI 2024年11月20日 12:57:03 +01:00
Cargo.toml Support for user-defined ports specified via CLI 2024年11月20日 12:57:03 +01:00
Containerfile Add Containerfile 2024年10月24日 14:08:04 +02:00
LICENSE.txt Add license 2024年10月14日 16:40:01 +02:00
protocol.md Update protocol.md 2024年11月05日 13:54:42 +01:00
README.md Update README 2024年11月19日 18:38:01 +01:00

term-snake

Work in progress!

Installation

cargo install --git https://codeberg.org/rust-mainz/term-snake.git term-snake

Usage

term-snake --help

Self-Hosting

TODO