贪吃蛇csharp源代码.rar
using System; using System.Collections; using System.Drawing; namespace 贪吃蛇 { /// /// snake 的摘要说明。 /// public class Snake { private ArrayList blockList; //字段 private int direction = 1; //0,1,2,3分别代表上、右、下、左 private int headNumber; //蛇头序
下载地址
用户评论