snakeshell 0.1.0

The classic Snake game but in a shell environment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "snakeshell"
version = "0.1.0"
edition = "2024"
description = "The classic Snake game but in a shell environment"
authors = ["Shubham Parihar <shubhamparihar391@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/iShibi/snakeshell#readme"
repository = "https://github.com/iShibi/snakeshell"
license = "MIT"
keywords = ["crossterm", "terminal", "game", "cli", "snake"]
categories = ["games"]

[dependencies]
crossterm = "0.29.0"
rand = "0.9.2"