资源列表
lianliankan
- 本程序基本实现了小游戏连连看的功能,玩家找出游戏中2个相同图案的方块,如果它们之间的连接线不多于3根直线,则将其连接起来,就可以成功将图案相同的方块消除,否则不会消失,当游戏中已没有满足条件的图案时,点击重列,可重新排序,游戏结束会跳出所得分数,该游戏的特点是与自己竞争,超过自己之前所创纪录。-This basically realized the function of small lianliankan game, players find the same patterns of two
21
- vc小游戏 迷宫小游戏 可以直接在vc上运行。适合于新手-This is a "labyrinth" mini games, mobile keyboard control.
Main
- 俄罗斯方块源码自己刚找到的不会用,有高手的就指导-Tetris source code will not use their newly found, a master to guide
Main
- 是关于俄罗斯方块的一些源码,as的,是俄罗斯方块程序块中的主要部分。-Tetris is about some source, as is the Russian box, the main part of the block.
111
- 贪吃蛇游戏的源代码,仅有代码,没有其他的-Snake game
pintu
- 拼图游戏,使用c语言,用w_tc运行此程序 /*用bar()画条形图*/ //bar 画一个二维条形图,用法: void far bar(int left, int top, int right, int bottom) -Jigsaw puzzle, use the c language, used to run this program w_tc/* use bar () draw a bar graph*///bar draw a two-dimensional bar char
2048
- 基于VC++6.0软件的2048小游戏程序源码,亲测、调试、可用!-Based on VC++ 6.0 Open Source Software 2048 games, pro-test, debug, available!
cat_catch_mouse.txt.tar
- 本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下-Under this program TURBOC2.0 compile,**. h file can copy the INCLUDE folder
Hammurabi.py
- 这是一款名为汉莫拉比的益智类小游戏,使用python编写,供大家交流参考。-This is called Hammurabi, and is a puzzle game, use python to write for the exchange of information.
snake
- 这是一种益智类小游戏,是个很好玩的小游戏,大家都可以试试怎么去编一个这个小游戏-small game
Classic-game-Snake-code
- 用C++编写的贪吃蛇的代码,文中包括头文件,主函数,及各类的详细代码,大部分均配有详细的代码说明。-The Snake C++ write code, including header files, the main function, and all kinds of code, the majority are equipped with detailed code instructions.
C-snake
- 游戏贪食蛇的C实现方法,语言简练,编译后生成的exe文件体积极小