Stay determined.

独立完成java项目贪吃蛇——3.0版本

Posted on By Yang Guang
Viewed   times

================================================================================================

title

title

玩法 How to play

Use up, down, left, right to controll the snake. Do not eat the rock or yourself!!  

用上下左右键控制蛇的走位,不要吃石头或者你自己的身体!!


难度 Difficulty 

After eating food, snakes will move faster and obstacles will increase

随着长度的增加,速度会变快,障碍物也会增多


3.0版本 Version 3.0

改进界面 UI change

比原先界面好看一点


新增功能 Function add

Use keyboard:

    space: pause/resume;
    enter: reborn when you die;
    delete: delete the length of snake
    ins: increase the length of snake
    pageup: speed up; pagedown: speed down;
    1, 2, 3: change the color of snake;

键盘操作

    space: 暂停/继续
    enter: 挂掉的时候重生;
    delete: 删减蛇的长度
    ins: 增加蛇的长度(并不能改变得分)
    pageup: 加速; pagedown: 减速;
    1, 2, 3: 改变蛇颜色;


下载 Download

需要有java环境和IDE才能玩 ;D

没有C++的exe文件亲民

github地址

点此下载




================================================================================================