摘要: 根据老师代码,自己单独写的,代码比较生疏。。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 大婶飞行棋 7 { 8 class Program 9 { 10 static int[] Map=new int[100]; //地图数组 11 static int[] PlayPost=new int[2]; //玩家坐标数组 12 static string msg = ""; 13 static int s 阅读全文
posted @ 2013-05-08 22:19 Yokiadmin 阅读(250) 评论(0) 推荐(0) 编辑