资源列表
rsTest-12.11
- 基于c++ Builder的微信打飞机游戏demo-Planes game demo based c++ Builder micro letter
My2048
- 2048游戏的新源码,简单可运行,可以在这个基础上加以变动和美化。-2048 game new source code, simple and can be run on this basis can be changed and landscaping.
Tetris-game
- 是在c++下的编程的一个基础的游戏,文件含有说明步骤,比较适合对代码不熟悉的人员学习。-Is a foundation under c++ programming games, the file containing the steps, more suitable for people not familiar with the code to learn.
TTT-(Final-Version)
- Final tic tac toe game to play with mouse.-Final tic tac toe game to play with mouse.
Mine-Sweeper
- Simple mine Sweeper game in c language. BETTER USE TURBO-c.
snake
- 用C++写的一个小游戏,就是耳熟能详的贪吃蛇游戏,希望大家多多交流-C++ to write a small game, is familiar to the Snake game, I hope you exchange
Sokoban
- 推箱子小游戏,用的C++语言写的,有兴趣的就来看看吧-Sokoban game, there is interest to look at it
PlantsVsZombies
- eclipse植物大战僵尸开发源码(有注释)-Plants Vs Zombies
snake
- 控制台c++贪吃蛇,有4种不同的模式,经典模式,无限模式,和障碍模式,还带有金币,加长蛇和变短蛇的功能-Console c++ snake, there are 4 different modes, classic mode, infinite mode, and barrier mode, but also with coins, lengthened snake and snake function
Android-classic-frame-animation
- 这是一个android 经典帧动画源码,欢迎大家下载和交流哦-Android classic frame animation
7_2
- 俄罗斯方块,单机,网络,对战.可自建服务起对战-Tetris, single machine, network, war
2048
- 如输入 w 1 2 a 5 4 s 11 2 d 13 4 d 9 2 ,表示用户依次进行了如下5次操作: 玩家向上滑动一次,之后在编号1的位置新出现一个数值为2的新增块 玩家向左滑动一次,之后在编号5的位置新出现一个数值为4的新增块 玩家向下滑动一次,之后在编号11的位置新出现一个数值为2的新增块 玩家向右滑动一次,之后在编号13的位置新出现一个数值为4的新增块 玩家向右滑动一次,之后在编号9的位置新出现一个数值为2的新增块 如果编号所在的位置不为空,则修改