贪吃蛇+修改命令提示符

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

@@ -100,6 +100,12 @@ namespace CMLeonOS.Commands
Description = "Play maze escape game"
},
new CommandInfo
{
Command = "snake",
Parameters = "",
Description = "Play snake game"
},
new CommandInfo
{
Command = "edit",
Parameters = "<file>",