搜索资源列表
ShuDu
- 数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。 数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzl
Mine_SHX_Code
- 桌面扫雷,高仿WinXp,本人学习VC处女作,逻辑比较混乱,代码风格也。。。不过好歹是实现了扫雷的所有功能,另外做了一点改进: 把原版扫雷的黑白显示功能抛弃了,全面进入彩色时代,-Desktop mine, high imitation WinXp, I am learning VC debut, logic a bit confusing, code style. . . But at any rate is to achieve all the features of the mine,
[_Mind_Fig1827141282004
- BC++开发的小游戏源码,游戏中你必须保证你的球的数量多于对手,才能获得胜利- A logic game in C/C++ where you have to keep your balls greater in number than you opponent. Make a colony of your balls and you will end up with nice statistics.
wumpuslite
- this is a wumpus game developed using propositional logic
VB_game
- User clicks the button and arrange it into accending order to win the game. Steps will be counted when the user clicks the button.-To demonstrate the basic logic of VB including If statement and creating buttons. It is very good for the beginners.
Sodoku
- 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
200logicgames
- 一本很好的书籍,记录了200个逻辑思维能力的游戏,有助于读者锻炼逻辑思维。-A good book, record the 200 logical thinking ability, help readers to exercise the game logic.
Carmove
- 检测精灵碰撞以及音乐播放功能,积分精灵通关分数,以及判断游戏结束逻辑-Collision detection wizard and music playback capabilities, integration wizard customs points, and determine the end of the game logic, etc.
Maze-Game
- Maze Game in JAVA using SWING API and Artificial Intelligence Logic
Sudoku
- 九宫格数独,是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式。-Jiugongge Sudoku, is a Swiss from the 18th centur
logical
- 逻辑及推理游戏,C++编程,猜测字母顺序 -Logic and reasoning games
dadishu
- 打地鼠 一个逻辑简单,实现方法简单的小游戏. 此版本为初版,没有道具系统,游戏过程中也不能暂停,纯粹考验玩家的反应和眼手协调能力,得高分靠的不是RP,是实力! 游戏规则: 玩家控制锤子去敲打每一只从洞里冒出的老鼠,打死一只获得相应分数,漏掉一只减去一点生命. 老鼠分大中小三种,近大远小,大的移动慢,目标大,一只10分.最小的移动快,目标小,一只30分.中等大小的介于两者之间. 游戏以300分为一个关卡,当玩家得分达到300的倍数
Game_SDL
- 俄罗斯方块,使用了SDL实现,主逻辑,空格键切换方块、Esc键退出游戏-Tetris, the use of SDL implementation, the main logic, space bar to toggle the box, the Esc key to exit the game
NewMineSweeper
- 控制台窗口下的扫雷游戏,支持鼠标点击、本地用户登陆、计时、保存游戏、英雄榜等功能。不仅设计了传统模式的扫雷,还设计了更具挑战性的“高级模式”,代码总长度2400~2500行。 操作说明:左键、右键单击:同WINDOWS扫雷;鼠标中键单击:排雷(相当于WINDOWS扫雷中的排雷功能,但排雷逻辑不同)。 本游戏适合作为C语言学习的大作业。-Minesweeping games in the console window, support for mouse clicks, the local
Simple-Game-Logic
- Simple Game called logic you only need to match the shapes to the order computer have. you have 8 tries and it s a 7 Level game. written with VB6 and one of the earliest programs I wrote. so I put sound effects and images. hope you like it
ShuDu
- 数独小游戏, 特色是重载编辑框, 能破解数独,破解的方框会变色; 当你填的数字不对时编辑框会变红, 可以选 LEVEL;逻辑和界面分离-Sudoku game features overloaded edit box can crack Sudoku the crack box will change color When you fill in the figures wrong when the edit box turns red, you can choose the LEVEL s
tangchishe
- 简单的贪吃蛇游戏,培养简单思维逻辑,锻炼对tc图形库的运用-Simple Snake game, cultivate simple logic, exercise on tc graphics library use
gussing-game
- 猜数游戏,这里面有经典的语言逻辑练习思路,对于提高逻辑思维很有启发,而且本程序精悍短小,而功能却很完备-Guessing game, and there are the classic logic of language practice ideas for improving the logical thinking is very enlightening, but this program lean short, very complete and functional
2048.tar
- 看到了网上最近的小游戏2048,就用代码实现了一下.用qt写的,很简单的逻辑!-See the recent online games 2048, on the use of code a bit. Written using qt, very simple logic!
SNAKE
- 这是用java开发的一款贪食蛇的小游戏,逻辑清晰。适合java开发人员共享研究-This is a java development of a Snake game logic is clear. Java developer suitable for sharing research