rs_snake 1.0.2

The classic 'Snake' game as a terminal application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.termion]
version = "3.0.0"

[package]
description = "The classic 'Snake' game as a terminal application."
edition = "2021"
license = "Unlicense"
name = "rs_snake"
readme = "README.md"
repository = "https://github.com/FriedlandAaron/rs_snake"
version = "1.0.2"