搜索资源列表
snake
- 是一个贪食蛇的游戏,用windows里的绘图函数编写,不是mfc开发的,是windows开发,里面有一些基本的游戏编程技术,所以值得一下 -snake is a game, using windows in the preparation of graphics functions, not mfc development is the development of windows, there are some basic game programming techniques, it i
Terics
- 本俄罗斯方块全部用绘图函数实现方块的绘制,没有一点资源,因此源代码很小巧,整个程序编译链接好,也就10K多吧。非常小巧的俄罗斯方块。 设计思想: 1、将游戏区域划分为18行*10列的棋盘,设立一个布尔型的二维数组变量,以表示棋盘上各个地方是否有方块。 2、用4个顶点代表各种不同形状的方块,一旦方块在游戏区域中,就把对应的布尔型二维数组变量置为真,表示该方格已经有方块了。 3、如上做方便方块移动是否会碰撞的判断。 4、代码已经修正了一个小BUG。 5、压缩
Tetris
- 利用windows api实现俄罗斯方块。其中包括MyPaint()函数用于绘图 -To use windows api to achieve Tetris. Including MyPaint () function is used for drawing
snake
- 贪吃蛇游戏,完全基于turbo C用绘图函数按照像素坐标绘图,实现贪吃蛇的功能-Snake game, based entirely on the turbo C in accordance with the drawing functions graphics pixel coordinates to achieve the function of Snake