Added way to print the snake with ascii extended

But ncurses doesn't seem to support ascii extended
so it looks bizzare
This commit is contained in:
Uttarayan Mondal
2021-01-20 20:52:17 +05:30
parent 295fba633e
commit c2eff08c9f
8 changed files with 109 additions and 20 deletions
Generated
+2 -2
View File
@@ -31,9 +31,9 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "ncurses"
version = "5.99.0"
version = "5.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15699bee2f37e9f8828c7b35b2bc70d13846db453f2d507713b758fabe536b82"
checksum = "a7db07ca287f6f4fb267e8b2ab0f9eb68f5a311a97315aaee845afa98f8a416b"
dependencies = [
"cc",
"libc",