摘要:
控制台实现了骑士飞行棋简单的功能,有时间完善完善 吼吼~~~ 下面是画飞行路线的方法:(对于C#非初学者来说很容易的)主要是运用for循环来实现的View Code 1 public static class MapUI 2 { 3 public static int[] map = new int[100]; 4 //存储途中关卡的下表 5 private static int[] luckyTurn = { 6, 23, 40, 55, 69, 83 };//幸运轮盘 6 private static int[] landMine = { 5, 13, 17, 33, 38, 50, 64 阅读全文
posted @ 2011-05-24 19:11
╰つ左手
阅读(1045)
评论(3)
推荐(0)
浙公网安备 33010602011771号