摘要: 主函数:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 骑士飞行棋{ class Program { public static int[] map = new int[100];//初始化地图,大小为100 public static int[] person = new int[2] { 0, 0 };//设置角色,角色A和B其地图位置为他的值 public static string[] player... 阅读全文
posted @ 2012-11-14 08:55 卡西法儿 阅读(356) 评论(0) 推荐(0) 编辑