1
0
Fork
You've already forked term-snake
0
forked from mo8it/term-snake
Multiplayer snake game in the terminal the protocol is to be extended to include message type and message length
  • Rust 98.6%
  • Dockerfile 1.4%
2024年11月05日 13:54:42 +01:00
crates Don't send direction if it is the last direction 2024年11月05日 13:10:17 +01:00
.gitignore Init commit 2024年10月14日 16:39:04 +02:00
Cargo.lock Update deps 2024年11月05日 12:59:30 +01:00
Cargo.toml Replace serde with bitcode 2024年10月24日 16:35:35 +02: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月05日 13:46:52 +01:00

term-snake

Work in progress!

Installation

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

Usage

term-snake --help

Self-Hosting

TODO