贪吃蛇+修改命令提示符

This commit is contained in:
2026-02-11 02:09:32 +08:00
parent d6f11f2c8f
commit 907cede2f6
7 changed files with 230 additions and 2 deletions

View File

@@ -205,6 +205,9 @@ namespace CMLeonOS.shell
case "labyrinth":
shell.ProcessLabyrinth();
break;
case "snake":
shell.PlaySnake();
break;
case "alias":
shell.ProcessAlias(args);
break;