登录
首页 » Java » JAVA2048游戏

JAVA2048游戏

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

  • Plugin(Delphi)
    D3D引擎M2 功能插件示例 引擎是收费的 插件是免费的 只要插件足够强大那么你也可以做出一个新的游戏(D3D engine features plug-in sample M2)
    2014-03-16 17:17:34下载
    积分:1
  • jds_snake
    贪吃蛇是家喻户晓的益智类小游戏,选择这个题目一是为了将自己的所学知识加以运用,二是一直以来贪吃蛇这个游戏就深深地吸引着我,它的制作方法对于以前的我而言都是很神秘的。我希望通过自己的所学知识把它剖析开来,真真正正的了解它的本质和精髓。(Snake is a well-known puzzle games, select the topic first, to own the knowledge to be used, and second, the game Snake has always been deeply attracted to me, it' s making way for the past of me is very mysterious. I hope that, through their own analysis of the knowledge open to it to really understand the essence and the essence of it.)
    2010-06-28 17:40:33下载
    积分:1
  • WPFGobang_1.0
    双人五子棋,带悔棋功能,不是怎么好玩,但和我一样的小白可以进来看看(Double Gobang, with undo function, but not much, and I like the white can come in and see)
    2017-10-20 13:01:04下载
    积分:1
  • MazeSolverSource
    mazesolvefr is the game developed using csharp
    2011-06-13 18:54:32下载
    积分:1
  • java
    java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。(java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm of people- Machine Battle.)
    2009-12-07 09:17:45下载
    积分:1
  • MusicalContentFundamentals
    3D游戏开发领域专家撰写的游戏开发经典启迪性文章之一(3D game development written by experts in the field of game development, one of the classic inspirational articles)
    2008-01-16 11:59:20下载
    积分:1
  • ShowRubyCube
    魔方,供大家学习交流!里面有详细的注解,方便学习使用!(Rubik s cube, for everybody to learn communication!There is a detailed comments, convenient and learn to use!)
    2016-02-29 16:51:13下载
    积分:1
  • c#天天打飞机
    简单开发的飞机大战小游戏适合刚上手c#的学习参考(Simple development of aircraft war games for beginners of c#)
    2018-12-18 08:36:17下载
    积分:1
  • ChineseChess
    说明:  中国象棋棋盘C#实现,主要用于学习面向对象相关知识(Chinese chess board C# to achieve, mainly for learning object-oriented knowledge)
    2009-07-26 22:20:46下载
    积分:1
  • heibaiqi
    说明:  实现了黑白棋的人机对战功能,使用最简单的方法编译而成。(Othello Battle achieve man-machine functions, the easiest way to use compiled from.)
    2011-05-22 13:57:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载