搜索资源列表
2048.tar
- 看到了网上最近的小游戏2048,就用代码实现了一下.用qt写的,很简单的逻辑!-See the recent online games 2048, on the use of code a bit. Written using qt, very simple logic!
2048
- java 版本写的2048小游戏的实现。感觉还不错 最高分功能还没实现-written in 2048 to achieve a small java version of the game. I feel pretty good functional yet achieved the highest score
java--2048
- 使用java语言实现的2048小游戏,游戏比较简单,但是感觉不错;-Using Java language implementation of 2048 small game, the game is simple, but it feels good
2048Matlab
- 最近很火的一个小游戏,2048,的Matlab实现。-Recent fire in a small game, 2048, the Matlab implementation.
2048
- c++简单实现小游戏2048. 写于codeblocks-simple version of 2048
2048
- 2048小游戏,能够实现人机互动,是一款益智小游戏-2048 games, to achieve human-computer interaction, is a puzzle game
2048
- 用python编写实现的2048小游戏,适合初学者用以参考。-Written in 2048 achieved little game with python, suitable for beginners to reference.
2048
- 简单2048小游戏,手工自作。用java实现,初学者很简单就能学会。-Simple 2048 games, manual self-made. Using java to achieve, it s easy to learn for beginners.
2048
- 这个是用java实现的小游戏2048,适用于初学者-This is the realization of java games 2048, for beginners
New2048
- 个人所写matlab之GUI,实现了当时热门小游戏2048。运行NewGame2048.m文件即可开始。并且加入了我自己设计的“金手指”,可以试一下。-Written by the myself, code of matlab GUI , the realization of the popular game 2048. Run the NewGame2048.m file to start. And joined my own design of the Goldfinger , you c
2048
- 微信小程序实现2048小游戏参考代码,供大家参考。(WeChat small program to achieve 2048 games reference code)
2048
- 制作2048小游戏,matlab实现,算法简单,代码清晰(Produced 2048 games, matlab implementation, the algorithm is simple, clear code)
2048 V1.2
- 利用C++实现的2048小游戏,源代码开源,可以进行修改(the game 2048 which can be seen and changed)
2048
- c语言实现的简单的2048小游戏,代码很简单,适合入门。(C language implementation of the simple 2048 small games, the code is very simple, suitable for entry.)
2048Game-master
- 类似于当前受大家欢迎的2048小游戏,实现了所有功能(2048 small games, similar to the popularity of the current market)
NumberTwo2048
- 项目主体功能说明 1.图形用户界面:2048的最大特点就是玩家对图形界面里的数字进行操作,也就是是玩家与游戏的互动,实现可以显示2、4、8、16、32、64、128、256、512、1024、2048.......数字的方块。 2.方块移动:实现各个方块的上下左右移动。 3.实现方块间数字判断与相加。 4.当前分数SCORE的显示:在我们设计的2048游戏中当前分数取了页面内所有数字相加的值为分数,对玩家玩游戏的进展有直接性、客观性的展现; 5.数字颜色:游戏中数字的颜色以2为首项的等
1024
- 用c++实现1024游戏,控制移动通过键盘上的上下左右四个箭头式方向键实现。(2048 game.The control movement is achieved through the arrow up and down and left and right arrow keys on the keyboard.)
2048.tar
- 使用V-Play游戏引擎实现的一个2048的小游戏(A 2048 game implemented by V-Play game engine.)
2048
- 利用c语言实现的2048小游戏,方法简单易行,建议初学者进行模仿练习。(2048 small game implemented in C language.)
MATLAB实现2048小游戏
- Matlab实现2048小游戏,可以通过电脑键盘操作方块的移动