搜索资源列表
penguzzle
- 著名的15谜游戏(15-puzzle )的Tcl/Tk版本,现在它可以有 4x4, 5x5 或6x6 的格子,所以更加有趣,改变图片也更加容易。 -mystery of the famous 15 games (15-puzzle) Tcl / Tk editions, it could 4x4, 5x5 or 6x6 lattice, the more interesting and change the picture much easier.
MagicPanel.rar
- 拼图魔板由4×4或3×3个方格组成,这样就增加拉用户的选择性,其中一个格子是空的。对于4×4的魔板,其它格子里随机放置15个编号为1-15的方块; 对于3×3的魔板,其它格子里随机放置8个编号为1-8的方块。 用鼠标任何与空格子相邻的方块可以把该方块移入空格。通过不断地移动方块,可将方块一行一行按数字顺序排列。 同时也可以使用图像来代替数字,对于4×4的魔板,将一个图像分成4×4个方块,打乱顺序后,放入魔板,并将其中一个方格置为空。最终目标是通过移动方块恢复为原始图像。 ,Magic pu
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
gameForMan
- 是男人就下100层手机版游戏。本游戏属于休闲益智类型(PUZ)。玩家控制角色左右移动,通过平板,针板,弹板,滚板等的过渡实现下楼。人物到达顶部后,被针扎一下少1点血;跳到向上滚动的针板上少1点血;跳到灰色的平板上,2秒后自动下落;只有跳到蓝色的平板上才能加一点血;人物总共15点血,当血变为0时或者人物掉到屏幕最下面时游戏结束。 -Men are on the next layer 100 Mobile Games. Puzzle Games belong to this type of le
JavaScript
- This Nice 15 puzzle-This is Nice 15 puzzle
SlidingPuzzle
- 一个基于java的小游戏,名为SlidingPuzzle。类似于拼图,只不过是换成将打乱的1-15的数字按顺序重新排列成4*4矩阵形式。-A small java-based game called SlidingPuzzle. Similar to the puzzle, only to disrupt the 1-15 replaced by the number of re-arranged according to the order of 4* 4 matrix form.
puzzle
- This a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9 such that all rows, columns and diagonals add up to 15.-This is a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9
n-puzzle
- n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
4bit_2005
- 15 puzzle problem.asifuhaicnsnawsoie siefhnbcl swkfhnb jaswiefhn swkfhn
15-puzzle
- 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
puzzle15_src
- 15 puzzle for solving 15 puzzle with ida star algorith
PuzzleFrame.java
- (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent
15puzzleastar
- this 15 puzzle program,this program work with A Star algorithm... -this is 15 puzzle program,this program work with A Star algorithm...
15puzzleIDAstar
- 15 puzzle program that work with ida star algorithm
8puzzle
- 3-8-15 Puzzle Game implemented with Allegro using heuristics.-3-8-15 Puzzle Game implemented with Allegro using heuristics.
TileProblem.tar
- This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
FifteenPuzzle
- Solving of 15 puzzle problem. Done in BlueJ
15-puzzle
- 将视频画面分成15小块,打乱排列,可进行重组游戏。-The video screen is divided into 15 small pieces, disrupting ranged, may reorganize the game.
15-puzzle
- 一个益智游戏的控制器。 将图像从相机到洗牌的图像-This is a controller for puzzle game. It converts the image from Camera into the shuffled image
15Puzzle
- 8/15 puzzle C# implementation using A * (A Star) Algorithm.