feat: snake's movement and apple

This commit is contained in:
2026-04-03 13:24:15 +02:00
parent c75123042b
commit 2628864ced
4 changed files with 813 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
[package]
name = "chess-tui"
name = "snake-tui"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.27"
rand = "0.10.0"