搜索资源列表
Pompons
- 鼠标左键单击(或双击)游戏窗口中的彩色小球,如果该小球的上、下、左、右的任意一个小球中有和该小球的颜色相同的话,那么所有这些小球将被删去,同时上面的小球会自动掉下来。如此操作,直到没有小球可以删除。-Click the left mouse button (or double-click) the game window in the small colored balls, if the ball up, down, left and right ball in any one and the
Tic-Tac-Toe-program
- 井字游戏,一个益智类小游戏,主要利用鼠标消息来实现,它响应3种类型的客户区鼠标事件:单击左键,单击右键以及双击左键-Tic Tac Toe game, a puzzle game, the main message to the use of the mouse, it responds to three types of client area mouse events: click the left button, right-click and double-click the left
mine-clearance
- 1. 主要分为model、scene、cell、control四个模块。其中model层负责从注册表初始扫雷数据,并随机布雷;scene层负责贴图;cell层相应鼠标事件;control提供控制接口; 2. 如果第一个就点中雷,则要重新布雷,实现第一个一定点不中雷; 3. 窗体左上显示雷数,有上显示时间(借助信号),中间笑脸点击之后重新开始游戏; 4. 自定义游戏功能,自定义游戏之后窗体能够自动缩放,使用resize; 5. 右键标记功能,在cell中实现;双键自动扩散,