登录
首页 » Java » JAVA2048游戏

JAVA2048游戏

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

  • nine
    说明:  一个九宫格小游戏的源代码,主要应该编辑框,实现输入,编辑和修改,检测(A Jiugongge game' s source code, should the main edit box, the input, editing and revising, testing)
    2011-04-07 11:59:56下载
    积分:1
  • wzq
    用c语言写的五子棋游戏,用 了人工智能的,算法很好的。(us c)
    2010-05-18 23:09:07下载
    积分:1
  • pianoGame
    DC环境编写的小游戏,包括钢琴、带音乐的“拾音符”和“避音符”游戏。(failed to translate)
    2013-05-09 01:02:34下载
    积分:1
  • BaiRenNiuNiu
    网狐6602的百人游戏。希望对初学者或者游戏爱好者有所帮助(Fox Network 6602 hundred games. I hope to help beginners or gaming enthusiasts)
    2013-12-09 14:00:04下载
    积分:1
  • delphi编写的愤怒的小鸟源码
    delphi编写的愤怒的小鸟游戏源码
    2023-05-08 19:55:04下载
    积分:1
  • thegameofgo
    双人棋游戏代码,内有游戏规则说明,值得一看哦 (double game of chess code, within the rules of the game that is worth looking at, oh)
    2006-09-20 00:11:21下载
    积分:1
  • CSOL
    这是一个CSOL源码,里面功能很多,相信有很多人还在玩这个游戏,希望对你有所帮助!(This is a CSOL source code, which features a lot, believe that a lot of people are still playing this game, and I hope to help you!)
    2021-01-13 07:08:47下载
    积分:1
  • pintu
    这是一个拼图游戏源码,课一实现3*3或4*4的拼图游戏,并给出时间,记录时间少的成绩。(This is a puzzle game source code, class one to achieve 3 or 4* 3* 4 jigsaw puzzle, and gives time to record less time results.)
    2011-11-09 15:50:50下载
    积分:1
  • fengbaojiamijiemi
    一款千年游戏的加解密源码.有需要的下载看看吧.-1000y(A thousand games encryption source code. There is a need to download to see it.-1000y)
    2014-04-26 20:29:27下载
    积分:1
  • wzlz
    《五子连珠》该游戏是在凌阳单片机上开发的一款益智类游戏,游戏过程中会随机产生三个随机颜色的子在棋盘上,玩家要不断的移动棋盘内的子,只要在横竖或者斜方向上有5个以上相同颜色的子,这一方向上的棋子就会消掉,玩家要想不会输,就要想办法把产生的棋子消掉。(" Five or" the game is on the Sunplus development of a puzzle game, the game will randomly generate three random colors on the board of the child, the child must continue to move the player inside the board, as long as if they had there five or more sub oblique direction of the same color, the pieces in this direction will disappear, the player does not want to lose, and finding ways to eliminate the pieces produced.)
    2013-12-17 11:57:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载