资源列表
snake.js
- old fashioned html5 snake game works with keyboard. easy to insert in website
Mylianliankan
- 简单的连连看游戏,-lianliankan game
weapon_icon
- Amxmodx source code -Amxmodx source code ...................................................
S.S_game
- 百位内四则运算游戏。可以自行选择游戏类型(运算类型)或者随机选择。为了限制游戏难度故限制为百位内。-One hundred within four arithmetic game. You can choose the game type (type of operation) or a random selection. To limit the difficulty of the game and therefore within the limit of one hundred.
1.c.tar
- It is a movable robot man.
24point
- 本程序解决的通用问题是输入四个数,通过四则运算获取指定解的问题。 典型的是四数求二十四问题(算24点问题,又叫4张牌求24点问题,求24问题)。比如说给出7,-7,3,-3如何用+-*/)(运算符号,不重复的利用这四个数求得结果为24?不要认为这类问题简单,它其实有16896种可能的排列方法 而且,即使不用括号也有成百上千种可能 甚至,你不知道它是否有解。显然,用人脑解决一般是很费时费力的。重复性强的脑力活动交给程序办比较合适。同时,也应一个作家教的同学的要求(她被这样的初中题目难倒过,偏偏
easy-diamond-dash
- 簡易版 diamond dash 此遊戲規則很簡單,在 30秒的時限內,只要有三個一樣顏色的方塊排在一起,就可以消除方塊,消掉一次就加10分,右上角則會顯示目前得分,時間倒數至0秒,會跳出視窗提醒使用者時間到。 -easy diamond dash
Tetris
- 俄罗斯方块的c语言源码 帮助学习c语言-Tetris game source.
163
- 贪吃蛇的vc6.0编程游戏,蛇在吃到食物后食物消失,且蛇在移动过程中不留下痕迹-Snake vc6.0 programming game, snake eating food after the food is gone and the snakes during the move without leaving a trace
xiaoyouxi
- 这是一个包含扫雷的游戏程序,经过多台电脑测试成功,望能给予大家帮助-This is a game program includes mine, after more than one computer test is successful, we hope to give help
game
- 本程序详细描述了贪吃蛇游戏的编程方法,是很好的程序-The describes the game of eating snake,we use it with C++.
sudoku_with_GUI
- 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框