搜索资源列表
P2P.rar
- 拼图游戏: 需要解决的问题: [ 1 ] 如何分割图像并且绘制到Button或者Static控件上? [ 2 ] Static控件如何能够响应鼠标? [ 3 ] 移动算法,可不可以获得最少步数?,Jigsaw puzzle: the need to address the problem: [1] how to partition the image and draw on the Button control, or Static? [2] Static control h
VCgame
- 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
mypong
- 类似于打砖块游戏,使用C语言和SDL库编写。有两个paddle,在屏幕上方和下方,上方挡板AI控制,下方玩家控制,挡板只能在水平方向移动,中间还有个撞击球。通过挡板击球,让越过对方挡板则能加分。 这个小游戏用SDL在开始游戏界面做了个鼠标控件。游戏目前就设计了两级难度,第一级有一个移动paddle在中间干扰球,第二级有两个固定paddle,和一个移动paddle来干扰球的运行,并且在第二级电脑paddle的速度会增加,使得电脑更为灵敏,难以战胜。-Arkanoid-like game, wr