Forgot to exit src folder lol

This commit is contained in:
Uttarayan Mondal
2021-01-05 03:42:19 +05:30
parent 4cc7dbce92
commit e5bbdd7b41
4 changed files with 125 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Snake in rust
Trying to make a snake game in rust using ncurses.
It is nowhere near complete.
This is for me to learn rust better.
Learning from [ncurses](https://docs.rs/ncurses)