登录
首页 » Java » JAVA2048游戏

JAVA2048游戏

于 2020-11-23 发布
0 136
下载积分: 1 下载次数: 1

代码说明:

说明:  本课程设计是基于java语言的2048小游戏设计,本游戏可通过键盘方向键来控制方块的移动,玩家每次可以选择上下左右其中一个方向去移动,每移动一次,所有的数字方块都会往移动的方向靠拢外,系统也会在空白的地方随机出现一个数字方块,相同数字的方块在靠拢、相撞时会相加。同时上面有分数显示和最高分,后期加入了很多图片,有了图形化的界面,开发基于eclipss开发平台,代码完美运行。(This course design is based on the 2048 mini game design of java language. This game can control the movement of the blocks through the keyboard arrow keys. Players can choose one of the up, down, left, and right directions to move each time. Every time they move, all the number blocks will move. In addition to moving closer in the direction, the system will also randomly appear a number square in the blank place, and the squares of the same number will add up when they move closer or collide. At the same time, there is a score display and the highest score, and a lot of pictures were added later, with a graphical interface, the development is based on the eclipss development platform, and the code runs perfectly.)

文件列表:

JAVA2048游戏, 0 , 2020-01-11
JAVA2048游戏\.classpath, 232 , 2014-06-05
JAVA2048游戏\.project, 384 , 2014-04-04
JAVA2048游戏\.settings, 0 , 2020-01-11
JAVA2048游戏\.settings\org.eclipse.jdt.core.prefs, 629 , 2014-04-04
JAVA2048游戏\2048.jar, 21601 , 2014-06-06
JAVA2048游戏\bin, 0 , 2020-01-11
JAVA2048游戏\bin\control, 0 , 2020-01-11
JAVA2048游戏\bin\control\GameControl.class, 2041 , 2018-12-28
JAVA2048游戏\bin\data, 0 , 2020-01-11
JAVA2048游戏\bin\data\Dto.class, 1491 , 2018-12-28
JAVA2048游戏\bin\data\Resources.class, 2055 , 2018-12-28
JAVA2048游戏\bin\main, 0 , 2020-01-11
JAVA2048游戏\bin\main\Start.class, 1045 , 2018-12-28
JAVA2048游戏\bin\service, 0 , 2020-01-11
JAVA2048游戏\bin\service\GameService.class, 7286 , 2018-12-28
JAVA2048游戏\bin\ui, 0 , 2020-01-11
JAVA2048游戏\bin\ui\Background.class, 804 , 2018-12-28
JAVA2048游戏\bin\ui\MainFrame$1.class, 857 , 2018-12-28
JAVA2048游戏\bin\ui\MainFrame.class, 807 , 2018-12-28
JAVA2048游戏\bin\ui\MainGame.class, 1894 , 2018-12-28
JAVA2048游戏\bin\ui\MainPanel.class, 1335 , 2018-12-28
JAVA2048游戏\bin\ui\Score.class, 1757 , 2018-12-28
JAVA2048游戏\bin\ui\Scoreboard.class, 763 , 2018-12-28
JAVA2048游戏\res, 0 , 2020-01-11
JAVA2048游戏\res\1024.png, 2411 , 2014-06-04
JAVA2048游戏\res\128.png, 2660 , 2014-06-04
JAVA2048游戏\res\16.png, 2130 , 2014-06-04
JAVA2048游戏\res\2.png, 1759 , 2014-06-04
JAVA2048游戏\res\2048.png, 3227 , 2014-06-04
JAVA2048游戏\res\256.png, 2887 , 2014-06-04
JAVA2048游戏\res\32.png, 2380 , 2014-06-04
JAVA2048游戏\res\4.png, 1535 , 2014-06-04
JAVA2048游戏\res\512.png, 2375 , 2014-06-04
JAVA2048游戏\res\64.png, 2212 , 2014-06-04
JAVA2048游戏\res\8.png, 1898 , 2014-06-04
JAVA2048游戏\res\bg.png, 5184 , 2014-06-05
JAVA2048游戏\res\fail.wav, 658988 , 2014-06-05
JAVA2048游戏\res\fg.png, 1643 , 2014-06-04
JAVA2048游戏\res\highscore.png, 3083 , 2014-06-05
JAVA2048游戏\res\immovable.wav, 54912 , 2004-06-27
JAVA2048游戏\res\num.png, 4491 , 2014-04-08
JAVA2048游戏\res\record.txt, 5 , 2014-06-08
JAVA2048游戏\res\score.png, 2392 , 2014-06-05
JAVA2048游戏\res\Slide.wav, 11056 , 2004-06-27
JAVA2048游戏\res\victory.wav, 118016 , 2014-06-05
JAVA2048游戏\src, 0 , 2020-01-11
JAVA2048游戏\src\control, 0 , 2020-01-11
JAVA2048游戏\src\control\GameControl.java, 2510 , 2014-06-08
JAVA2048游戏\src\data, 0 , 2020-01-11
JAVA2048游戏\src\data\Dto.java, 1029 , 2014-06-08
JAVA2048游戏\src\data\Resources.java, 1746 , 2014-06-08
JAVA2048游戏\src\main, 0 , 2020-01-11
JAVA2048游戏\src\main\Start.java, 712 , 2014-06-08
JAVA2048游戏\src\service, 0 , 2020-01-11
JAVA2048游戏\src\service\GameService.java, 8230 , 2014-06-08
JAVA2048游戏\src\ui, 0 , 2020-01-11
JAVA2048游戏\src\ui\Background.java, 450 , 2014-06-08
JAVA2048游戏\src\ui\MainFrame.java, 872 , 2014-06-06
JAVA2048游戏\src\ui\MainGame.java, 2101 , 2014-06-08
JAVA2048游戏\src\ui\MainPanel.java, 1045 , 2014-06-08
JAVA2048游戏\src\ui\Score.java, 1649 , 2014-06-08
JAVA2048游戏\src\ui\Scoreboard.java, 378 , 2014-06-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Type_Game
    用C语言实现的键盘游戏,敲字母接掉下的字符,程序通俗易懂,适合学习C的学生朋友学习(Using C language keyboard games, then dropped out alphabetical characters, the program user-friendly, suitable for students learning C friends to learn)
    2009-06-05 20:53:34下载
    积分:1
  • shuziyouxi
     在数独高手的规则是要将9个数字填入一个9个小九宫格组成的9×9格子里。使得每一行,每一列和每个小九宫格里都有1-9的数字,并且每个数字在它所在的行、列以及每个小九宫格里面都只出现唯一一次。(Sudoku expert in the rules is to fill a 9 digit composed of nine small squares 9 × 9 grid yard. So that each row, each column and each have 1-9 small squares in the figures, and each figure in its row, column, and each small squares appear only inside the only time.)
    2013-11-13 13:54:04下载
    积分:1
  • Backgammon
    五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。(Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of the game, the first users to choose which side first start, first start the party will be a pawn falls point, and then by the other party on the other chess around the intersection of Lazi, so turns Lazi, until the party first the chessboard straight, horizontal or diagonal to form a continuous five sons even if the party wins. In this case, the algorithm ends. When either party wishes to withdraw from, can be realized in the algorithm.)
    2012-11-05 20:18:00下载
    积分:1
  • C+++Weekend+Crash+Course
    C+++Weekend+Crash+Course这是一个中国象棋的原代码(C+++ Weekend+ Crash+ Course This is a Chinese chess original code)
    2008-07-04 11:19:10下载
    积分:1
  • TowerDefense
    使用HGE引擎开发的塔防游戏源码。游戏分很多关,很酷。可以用来学习。(HGE engine developed using a tower defense game source code. Game points many customs, cool. Can be used to learn.)
    2020-07-04 02:20:02下载
    积分:1
  • 7QQ大厅
    QQ游戏大厅,模仿QQ游戏大厅界面,实现下载等(QQ game hall, imitate QQ game hall interface, realize download, etc.)
    2020-06-19 23:00:02下载
    积分:1
  • tetris
    用 cocos2d-x 3.4 开发的俄罗斯方块(Use cocos2d-x 3.4 development game tetris)
    2015-02-26 14:45:26下载
    积分:1
  • QT编的贪吃蛇
    用链表来存储蛇身体的位置,有一个指向蛇头的指针。根据蛇的移动方向,在蛇头前加一节蛇身,去掉蛇的最后一节,这样就实现了蛇的移动了。 定一个Timer,每秒重画一次,根据蛇的位置将其画出即可。
    2022-04-15 04:13:28下载
    积分:1
  • 20170422
    贪吃蛇游戏是经典手机游戏,既简单又耐玩。通过控制蛇头方向吃蛋,使得蛇变长,从而获得积分。(Snake game is a classic mobile phone game, which is simple and playable. By controlling the direction snakeheads eat eggs, the snake long, so as to obtain the integral.)
    2017-04-22 11:33:00下载
    积分:1
  • draw
    一款五子棋游戏,可以实现人机交互,有打开、保存、反悔、输赢等功能(A 331 game, the human-computer interaction, there are open, save, go back, win or lose)
    2012-06-27 23:59:55下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载