贪吃蛇小项目
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace 贪吃蛇
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Game game = new Game();
|
||||
game.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user