mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
贪吃蛇+修改命令提示符
This commit is contained in:
@@ -205,6 +205,9 @@ namespace CMLeonOS.shell
|
||||
case "labyrinth":
|
||||
shell.ProcessLabyrinth();
|
||||
break;
|
||||
case "snake":
|
||||
shell.PlaySnake();
|
||||
break;
|
||||
case "alias":
|
||||
shell.ProcessAlias(args);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user