文件名称:SuperMarioBoulderDash-1.0
介绍说明--下载内容均来自于网络,请自行研究使用
https://github.com/TigerSun86/SuperMarioBoulderDash/releases
Super mario boulder dash game can be played by using arrow key in keyboard or be auto played by artificial intelligence. The executable file and source code can be downloaded at the end of the page.
The GUI is implemented by javax.swing.
The AI uses brute force to check all possible game states in 5 steps, give each state a utility value and choose the move leading to highest utility.
The utility is estimated by the win lose abort state, the coin already got, the distance to the potentially available closest coin and whether rock is blocking the coin or exit.
Super mario boulder dash game can be played by using arrow key in keyboard or be auto played by artificial intelligence. The executable file and source code can be downloaded at the end of the page.
The GUI is implemented by javax.swing.
The AI uses brute force to check all possible game states in 5 steps, give each state a utility value and choose the move leading to highest utility.
The utility is estimated by the win lose abort state, the coin already got, the distance to the potentially available closest coin and whether rock is blocking the coin or exit.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
| ||
SuperMarioBoulderDash-1.0 | ||
.........................\.gitattributes | ||
.........................\.gitignore | ||
.........................\Readme.txt | ||
.........................\SuperMarioBoulderDash.jar | ||
.........................\document | ||
.........................\........\Florida Tech | CSE 4051 Lambda Lifting.htm | |
.........................\........\Florida Tech | CSE 4051 Lambda Lifting_files | |
.........................\........\............................................\200px-Green_check.svg.png | ||
.........................\........\............................................\earth.png | ||
.........................\........\............................................\empty.png | ||
.........................\........\............................................\gold.png | ||
.........................\........\............................................\javalogo.gif | ||
.........................\........\............................................\lift.png | ||
.........................\........\............................................\miner.png | ||
.........................\........\............................................\open.png | ||
.........................\........\............................................\rock.png | ||
.........................\........\............................................\submit_server.png | ||
.........................\........\............................................\template.js | ||
.........................\........\............................................\wall.png | ||
.........................\........\ICFP Contest 2012.htm | ||
.........................\........\Maps | ||
.........................\........\....\contest1.map | ||
.........................\........\....\contest10.map | ||
.........................\........\....\contest2.map | ||
.........................\........\....\contest3.map | ||
.........................\........\....\contest4.map | ||
.........................\........\....\contest5.map | ||
.........................\........\....\contest6.map | ||
.........................\........\....\contest7.map | ||
.........................\........\....\contest8.map | ||
.........................\........\....\contest9.map | ||
.........................\........\....\lightning1.map | ||
.........................\........\....\lightning10.map | ||
.........................\........\....\lightning2.map | ||
.........................\........\....\lightning3.map | ||
.........................\........\....\lightning4.map | ||
.........................\........\....\lightning5.map | ||
.........................\........\....\lightning6.map | ||
.........................\........\....\lightning7.map | ||
.........................\........\....\lightning8.map | ||
.........................\........\....\lightning9.map | ||
.........................\........\TestResult.txt | ||
.........................\........\task.pdf | ||
.........................\src | ||
.........................\...\AStarProblem.java | ||
.........................\...\ArrowMiner.java | ||
.........................\...\AudioPlayer.java | ||
.........................\...\AudioSwitch.java | ||
.........................\...\BFSProblem.java | ||
.........................\...\ClosestGoldFindingProblem.java | ||
.........................\...\DefaultMiner.java | ||
.........................\...\ExhaustiveMiner.java | ||
.........................\...\Game.java | ||
.........................\...\GameSimulation.java | ||
.........................\...\GraphSearch.java | ||
.........................\...\Gui.java | ||
.........................\...\Lift.java | ||
.........................\...\Maps | ||
.........................\...\....\contest1.map | ||
.........................\...\....\contest10.map | ||
.........................\...\....\contest2.map | ||
.........................\...\....\contest3.map | ||
.........................\...\....\contest4.map | ||
.........................\...\....\contest5.map | ||
.........................\...\....\contest6.map | ||
.........................\...\....\contest7.map | ||
.........................\...\....\contest8.map | ||
.........................\...\....\contest9.map | ||
.........................\...\....\lightning1.map | ||
.........................\...\....\lightning10.map | ||
.........................\...\....\lightning2.map | ||
...................... |