CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 实现小游戏2048

搜索资源列表

  1. 2048.tar

    0下载:
  2. 看到了网上最近的小游戏2048,就用代码实现了一下.用qt写的,很简单的逻辑!-See the recent online games 2048, on the use of code a bit. Written using qt, very simple logic!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:李伟
  1. 2048

    0下载:
  2. java 版本写的2048小游戏的实现。感觉还不错 最高分功能还没实现-written in 2048 to achieve a small java version of the game. I feel pretty good functional yet achieved the highest score
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:16698
    • 提供者:za
  1. java--2048

    0下载:
  2. 使用java语言实现的2048小游戏,游戏比较简单,但是感觉不错;-Using Java language implementation of 2048 small game, the game is simple, but it feels good
  3. 所属分类:Other Riddle games

    • 发布日期:2016-01-24
    • 文件大小:3087360
    • 提供者:米乐会
  1. 2048Matlab

    0下载:
  2. 最近很火的一个小游戏,2048,的Matlab实现。-Recent fire in a small game, 2048, the Matlab implementation.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:1205
    • 提供者:袁逸凡
  1. 2048

    1下载:
  2. c++简单实现小游戏2048. 写于codeblocks-simple version of 2048
  3. 所属分类:Other Riddle games

    • 发布日期:2016-06-30
    • 文件大小:2048
    • 提供者:dzq
  1. 2048

    0下载:
  2. 2048小游戏,能够实现人机互动,是一款益智小游戏-2048 games, to achieve human-computer interaction, is a puzzle game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-19
    • 文件大小:5449023
    • 提供者:yingwu
  1. 2048

    0下载:
  2. 用python编写实现的2048小游戏,适合初学者用以参考。-Written in 2048 achieved little game with python, suitable for beginners to reference.
  3. 所属分类:Other Games

    • 发布日期:2017-05-20
    • 文件大小:5800837
    • 提供者:Pylover
  1. 2048

    0下载:
  2. 简单2048小游戏,手工自作。用java实现,初学者很简单就能学会。-Simple 2048 games, manual self-made. Using java to achieve, it s easy to learn for beginners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:12894
    • 提供者:周雪飞
  1. 2048

    0下载:
  2. 这个是用java实现的小游戏2048,适用于初学者-This is the realization of java games 2048, for beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9636680
    • 提供者:查慕梓
  1. New2048

    0下载:
  2. 个人所写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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:13460
    • 提供者:huren
  1. 2048

    0下载:
  2. 微信小程序实现2048小游戏参考代码,供大家参考。(WeChat small program to achieve 2048 games reference code)
  3. 所属分类:游戏

    • 发布日期:2017-12-23
    • 文件大小:25600
    • 提供者:立夏
  1. 2048

    0下载:
  2. 制作2048小游戏,matlab实现,算法简单,代码清晰(Produced 2048 games, matlab implementation, the algorithm is simple, clear code)
  3. 所属分类:游戏

    • 发布日期:2017-12-21
    • 文件大小:1434624
    • 提供者:ustcerr
  1. 2048 V1.2

    0下载:
  2. 利用C++实现的2048小游戏,源代码开源,可以进行修改(the game 2048 which can be seen and changed)
  3. 所属分类:游戏

    • 发布日期:2017-12-26
    • 文件大小:7106560
    • 提供者:面壁者GT
  1. 2048

    0下载:
  2. c语言实现的简单的2048小游戏,代码很简单,适合入门。(C language implementation of the simple 2048 small games, the code is very simple, suitable for entry.)
  3. 所属分类:游戏

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Sandy310
  1. 2048Game-master

    0下载:
  2. 类似于当前受大家欢迎的2048小游戏,实现了所有功能(2048 small games, similar to the popularity of the current market)
  3. 所属分类:其他智力游戏

    • 发布日期:2018-01-09
    • 文件大小:154624
    • 提供者:Arance
  1. NumberTwo2048

    0下载:
  2. 项目主体功能说明 1.图形用户界面:2048的最大特点就是玩家对图形界面里的数字进行操作,也就是是玩家与游戏的互动,实现可以显示2、4、8、16、32、64、128、256、512、1024、2048.......数字的方块。 2.方块移动:实现各个方块的上下左右移动。 3.实现方块间数字判断与相加。 4.当前分数SCORE的显示:在我们设计的2048游戏中当前分数取了页面内所有数字相加的值为分数,对玩家玩游戏的进展有直接性、客观性的展现; 5.数字颜色:游戏中数字的颜色以2为首项的等
  3. 所属分类:游戏

    • 发布日期:2018-04-28
    • 文件大小:3156992
    • 提供者:你猜1我猜1
  1. 1024

    0下载:
  2. 用c++实现1024游戏,控制移动通过键盘上的上下左右四个箭头式方向键实现。(2048 game.The control movement is achieved through the arrow up and down and left and right arrow keys on the keyboard.)
  3. 所属分类:游戏

    • 发布日期:2018-04-29
    • 文件大小:1913856
    • 提供者:zxl1996
  1. 2048.tar

    0下载:
  2. 使用V-Play游戏引擎实现的一个2048的小游戏(A 2048 game implemented by V-Play game engine.)
  3. 所属分类:其他游戏

    • 发布日期:2018-05-02
    • 文件大小:234496
    • 提供者:zhyeva
  1. 2048

    0下载:
  2. 利用c语言实现的2048小游戏,方法简单易行,建议初学者进行模仿练习。(2048 small game implemented in C language.)
  3. 所属分类:游戏

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:做个好梦
  1. MATLAB实现2048小游戏

    1下载:
  2. Matlab实现2048小游戏,可以通过电脑键盘操作方块的移动
  3. 所属分类:其他游戏

    • 发布日期:2020-02-20
    • 文件大小:4124
    • 提供者:18086499453
« 12 »
搜珍网 www.dssz.com