资源列表
Game-Cube
- 游戏设计流程如下: (1)建立魔方的三维模型。 (2)初始化时随机生成一个打乱顺序的魔方,并显示。 (3)用户可以选择通过键盘某一行或者某一列进行旋转。每次旋转结束后,判断魔方的当前状态是否符合游戏结束的条件,如果符合,则提示用户游戏结束。否则,游戏继续进行。 游戏另外附加的功能还包括: (1)保存当前魔方状态。 (2)从数据文件中加载一个魔方。 (3)缩放魔方大小。 (4)查看正确答案。 -Game design process is as follow
PinTu01
- c++编写的一个拼图游戏 可以实现鼠标移动,自动分割,随即分割。-This is a game!
sanguoshajb
- 简单三国杀 大东的学生知道吧 可以当作业-Simple Three killed Dadong students know it When the job can be
gobangswing
- C语言版坦克大战,用C语言编写的坦克大战编码,比较简单,还不错-C language version of the tank war.Tanks war written in C language code, relatively simple, is good
yyyyy
- ocos2dx 3.0版本之前,我们一直都是用CCLabelTTF,CCLabelBMFont,CCLabelAtlas来创建文本标签,但是!3.0版本放出来后...看到这里你心里是不是又颤抖了一下?别害怕嘛,我要说的是:3.0版本出来后这些标签也都是还可以用的啦,只是说我们有了更好的选择。-Prior to ocos2dx version 3, we have been using CCLabelTTF, CCLabelBMFont, CCLabelAtlas to create a text
Tetris
- 俄罗斯方块游戏 很完整的代码 自制的方块-Tetris game is a complete code homemade box
java--2048
- 使用java语言实现的2048小游戏,游戏比较简单,但是感觉不错;-Using Java language implementation of 2048 small game, the game is simple, but it feels good
AgainPuzzle2
- android 简单拼图 实现了登陆时动画效果换图片 排行榜功能 声音效果等-android simple puzzle to achieve a landing animation for a picture chart features sound effects, etc.
-tangchi-vc-dm
- 贪吃蛇 蛇每吃一个食物,蛇身增加一节,如果碰到边界,则蛇就死亡。-how snake eats food .if snake knocks bounds ,it will die. if snake eats food ,it will add its body one node.
saolei
- 扫雷游戏,用于智力开发,有利于人们的思维扩张-Taiyuan Institute of Technology
hannuota
- 汉诺塔这个益智类的小游戏能通过本代码能简单的实现,为大家提供方便。-The Tower of Hanoi puzzle game through the code to a simple realization, we provide convenient.
Snake
- 贪吃蛇游戏 创建一个基于对话框的应用程序,在客户区显示游戏区域,当点击“开始游戏”按钮时,在游戏区域显示3个随机出现的食物和蛇。蛇身的初始长度为4个单位,沿向上的方向移动,按键盘 “↑”、“↓”、“←”、“→”方向键可以改变蛇的运行方向。每隔一定的时间间隔,蛇按照当前方向移动1格。蛇吃掉一个食物,蛇身增长1格,吃掉红色食物得1分,吃掉蓝色食物得2分,吃掉黄色食物得3分,分数值显示在得分一栏。当蛇碰到边框或自己身体时,游戏结束。 -Snake game A dialog-based