搜索资源列表
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
MGGame_2.7
- 一款VC++开发的迷宫游戏,界面很不错,清淅度高,用键盘控件兔子移动。可以显示小地图和大地图,左边为小,右边为大地图。迷宫是一款益智游戏,你相信你能从迷宫中走出吗?那就玩一把吧!-VC++ to develop a maze game, the interface is pretty good, clear mission and high mobile use keyboard control rabbits. Can display a small map and large map, le
WinGame
- 一款VC++开发的迷宫游戏,界面很不错,清淅度高,用键盘控件兔子移动。可以显示小地图和大地图,左边为小,右边为大地图。迷宫是一款益智游戏,你相信你能从迷宫中走出吗?那就玩一把吧! -VC++ to develop a maze game, the interface is pretty good, clear mission and high mobile use keyboard control rabbit. Can display a small map and large map,
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
pptcodes
- Delphi单机版泡泡堂源代码,其实是学炸弹人,这是04年时候一位CSDN上的高手写的,这是第二版,支持HP值,单机双人模式,虽然仍然不很完善,但相比第一版已经有了不少进步,在D7编译时需要用到控件,第二版力求模拟得更好,完成了地图模块和移动控制,运行界面大家可以看上图。 -BNB stand-alone version of Delphi source code, in fact bomb school, and this is the time in 2004 on a master C
sonic-puzzles
- labview编写的可声控的拼图游戏,调用win7自带的音频控件实现,通过读出对应序号实现移动-labview can be written in the voice of the jigsaw, win7 comes with audio controls is called, read out the corresponding serial number mobile
mypong
- 类似于打砖块游戏,使用C语言和SDL库编写。有两个paddle,在屏幕上方和下方,上方挡板AI控制,下方玩家控制,挡板只能在水平方向移动,中间还有个撞击球。通过挡板击球,让越过对方挡板则能加分。 这个小游戏用SDL在开始游戏界面做了个鼠标控件。游戏目前就设计了两级难度,第一级有一个移动paddle在中间干扰球,第二级有两个固定paddle,和一个移动paddle来干扰球的运行,并且在第二级电脑paddle的速度会增加,使得电脑更为灵敏,难以战胜。-Arkanoid-like game, wr