登录
首页 » Java » JAVA2048游戏

JAVA2048游戏

于 2020-11-23 发布
0 93
下载积分: 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 个回复

  • Snake-source-code
    本程序是一个贪吃蛇的程序,可以实现贪吃蛇游戏的基本功能(This program is a Snake' s program, you can achieve the basic functions of the Snake game)
    2013-03-04 16:31:24下载
    积分:1
  • c++ 滴滴打车 业务示例源码
    仿照滴滴打车
    2018-07-16下载
    积分:1
  • C++/MFC 智能五子棋(含代码) 双人 人机对战 联网对战
    基于MFC编写的智能五子棋,界面简洁友好,规则包含禁手,启动后默认双人本机游戏,可人机对战,可双人联网进行游戏,双人本机游戏和人机对战可直接悔棋,双人联网游戏需要对方同意才能悔棋。
    2020-01-17下载
    积分:1
  • chinachess
    本文主要研究基于Java 技术的中国象棋游戏的分析与设计,对中国象棋游戏特殊的行棋规则给予了细致的分析与理解,设计出了一种实时可行的行棋规则,从移动范围、移动方向和穿越障碍几个方面重新描述行棋规则,基于Java技术通过计算机模拟实现了中国象棋特殊的行棋规则算法,设计出了一种可行的方法,使每个棋子的行棋路线都严格遵循本身的行棋规则,游戏的实战对弈得以实现,通过实验运行,证明这种限定棋子行棋路线的方法是可行的,并得到了预期的目标(This paper studies the analysis and design of the Chinese chess game based on Java technology, a special line chess rules of Chinese chess game to give the detailed analysis and understanding to design a real-time feasible line chess rules, from the range of movement, direction of movementand through the obstacles to re-describe the line chess regulation)
    2012-04-23 22:29:26下载
    积分:1
  • C-language-games--gobang-code
    C语言游戏——五子棋,文中详细描述了五子棋游戏的设计规则,如何操作,而且有注释,可以简单明了的看懂操作(C language games- backgammon, backgammon paper describes in detail the design rules of the game, how to operate, and there are notes, you can understand straightforward operation)
    2013-08-15 09:23:21下载
    积分:1
  • Darkstep_RPG
    还是WEB游戏源码 Darkstep 还是WEB游戏源码 Darkstep(WEB source or Darkstep game or games WEB source Darkstep)
    2020-11-17 16:09:39下载
    积分:1
  • card
    简单的10点半扑克牌游戏,最接近10点半者为胜,花牌算半点!(pukepai)
    2009-03-09 14:38:45下载
    积分:1
  • Tetris
    用python语言写的俄罗斯方块,经典,大家可以看看玩玩(Python language used to write Tetris, the classic, we can look at play)
    2014-04-17 09:45:21下载
    积分:1
  • 创建地盘
    它可以在SAMP游戏中实现创建地盘。它需要自己运行,实现不同的颜色。(It can create sites in SAMP games. It needs to run on its own to achieve different colors.)
    2020-06-25 00:00:01下载
    积分:1
  • zhzhx3
    很好的手机游戏源代码,希望大家下载学习使用(good cell phone game source code, we hope to learn how to use the download)
    2007-06-21 10:10:30下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载