Add food spawning

This commit is contained in:
Uttarayan Mondal
2021-01-06 21:54:30 +05:30
parent 5569f1b345
commit 2cf1d355f9
4 changed files with 123 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fn main() {
loop {
match menu::main_menu_control() {
0 => game::start(),
1 => game::start(),
1 => (),
_ => break,
}
}