Me下的贪吃蛇小游戏(3)

来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:15 点击:
 headSanke =(Snake_Element)Snake_List.elementAt(0);

 

 //headSanke.setPoint_x(headSanke.getPoint_x()+Snake_Direction.SNAKE_SIZE); 按键游戏

// System.out.println("x: "+headSanke.getPoint_x()+" / y:"+headSanke.getPoint_Y());

// System.out.println("width: "+Canvas_Width);

 

 if(headSanke.getDirection()==Snake_Direction.RIGHT||headSanke.getDirection()==Snake_Direction.RIGHT_x){

 if(headSanke.getPoint_x()+Snake_Direction.SNAKE_SIZE>Canvas_Width-30)

 {

  if(headSanke.getPoint_Y()+Snake_Direction.SNAKE_SIZE<Canvas_Height-20)

  {

 headSanke.setPoint_Y(headSanke.getPoint_Y()+Snake_Direction.SNAKE_SIZE);

 headSanke.setDirection(Snake_Direction.DOWN);

  }

  else {

  headSanke.setPoint_Y(headSanke.getPoint_Y()-Snake_Direction.SNAKE_SIZE);

 headSanke.setDirection(Snake_Direction.UP);

  }  

 }

 else  

 headSanke.setPoint_x(headSanke.getPoint_x()+Snake_Direction.SNAKE_SIZE); 

 

 }

 else if(headSanke.getDirection()==Snake_Direction.UP||headSanke.getDirection()==Snake_Direction.UP_y)

发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • Java编程语言的八大优点
  • JVM对象生命周期详细介绍
  • Java平台上的CRM系统
  • Java 算数测试小程序
  • Command(命令模式)
  • Java环境 使用Resin在NT环境下配置JSP环境
  • Java 一个简单的画图程序
  • Java 日历的小程序
  • Java 统计代码的小工具
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1