snakepipe 2.2.1

A snake game based on stdin/stdout following unix philosophy
Documentation
1
2
3
4
5
6
default:
  @echo "Call just --list to see available tasks"
build-x86-apple:
  cargo build --release --target x86_64-apple-darwin
build-arm-apple:
  cargo build --release --target aarch64-apple-darwin