Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
TheExplorer.class | 2013-04-23 | 6.3 kB | |
README.txt | 2013-04-23 | 1.2 kB | |
Totals: 2 Items | 7.6 kB | 0 |
I have created some Mouse Run compliant Mouse and I will upload them here. They are only available in .class file. Whenever you share your own mouse, you should also only share the .class file too. Well, so there is a least a challenge among your friends. But then, sharing codes is good too. To add the Mouse to the game, regardless which set you have downloaded, drop the Mouse .class file to the following address: ./classes/mouserun/mouse/ You should see the MouseLoader.class there too. Well, you would have guessed it too. The package mouserun.mouse is there for a reason right? Anyway, here are some summary of the Mouse I've created: TheExplorer - April 23, 2013 This is my best implementation of an intelligent Mouse so far. It will sniff its ways to the find the best way to get to the cheese if it does not know how to. But then, this mouse is stubborn. It does not want to get to another cheese through the way it has explored. It thinks that there is a better way and it is worth exploring. But the moment it knows the best way to get to a cheese, it is awesome. That's why I called it The Explorer. If you noticed any error with any of the Mouse I've created, please let me know. Thanks! :D