资源列表
Snake
- 这是一个用VC++编写的游戏:“贪食蛇”的源代码-This is a VC++ preparation game: " Snake," the source code
Snoke
- 贪吃蛇小游戏 可惜有点小小问题没有解决,可以当作asm开发的参考-Snake game unfortunately does not solve the problem a little bit
Snake
- 模拟游戏“贪吃蛇”。本程序最主要的功能是形成一个当蛇吃了一个点,程序在指定的范围内自动产生一个新点,让蛇能向下一个目标前进的,直到游戏到达其跳出条件的循环。 -Simulation game " Snake." The main function of this process is the formation of a snake eating a point when the program within the specified automatically gene
Rcode
- 3D魔方游戏源码,实用于初学c++语言后进行项目练习的学习者-3D Cube game source code, project and practical exercises at the beginner c++ language learners
tancs
- java编写的贪吃蛇,利用java的绘画bean实现-prepared by the Snake, using java painting beans
eluosifangkuaic
- 俄罗斯方块游戏,代码由C语言编写,一款不错的益智游戏,希望对大家能有所帮助-Tetris game, code written in C, a good puzzle game, hope we can help
Mine_Weeping
- 纯c语言写的扫雷小游戏源代码,比较简单易懂,对于c语言初学者来说,是学习的好机会。-Mine written in pure c games source code is relatively simple to understand, for the c language beginners, it is a good opportunity to learn.
tuixiangzi
- 推箱子小游戏,不同的是地图和人物可以自己定义,可以自己添加不同的地图和修改背景,不过没有全部完成,窗口大小等没有自动修改,也没有容错语句-Sokoban game, the difference is people can define their own maps and can add their own maps and modify the background of different, but not completed, the window size does not autom
MyGame
- 一个简单的MFC小例子,经典的推箱子游戏-A simple MFC small example of the classic Sokoban game
zhishaizi
- 这是一个小游戏,通过筛筛子,猜两个的大小,来决定输赢-This is a small game through a sieve sieve, guess the size of two, to determine the winners and losers
3D_magic_cube
- Visual C++ 6.0环境下实现的一个3D魔方游戏,可任意旋转到指定平面并切换指定旋转魔方块-Visual C++ 6.0 environment to achieve a 3D puzzle game can be freely rotated to rotate the specified plane and switch specifies the magic box
SquareGame
- 一个大二时做的课设,类似俄罗斯方块的小游戏,有用的人可以看看。