Mouse Run
Mouse Run - Programming Game
It is a simple game. Really! - Well, maybe for programmers that is. The idea of the game is to have a mouse navigate through a random maze for the cheese that it is hungry for. Maybe - navigating through the maze is not a big deal. What about a competition? Let's have two, three, four, five... ten (you'll get the picture) mouse competing for the same cheese.

But mice aren't so smart, are they? That is where you come in. You will make these mice smart. You and your friends can create each your own mouse and you'll put them in the maze to find whose mouse can find and consume the most cheese. While at times it may be luck, most of the time it depends on how intelligent your mouse is.

This game is also created for large competition settings.
Implementing a Mouse is Easy!
Making it intelligent however, is not! But Rome wasn't built in a day. So, we can always take those baby steps first. But when we say, making that Mouse is easy, it really is. All you have to do is write a Java (yeah that language) class extending the Mouse class and write the logic. We have tools to compile the codes for you and feed them to the host and your Mouse will start to struggle in the Maze (Muahahahaha!).

There are also help for the game provided in this site so that you won't feel lost making that awesome mouse.
Copyright © 2013 Muhammad Mustaqim.

If you have any ideas on how I can further enhance the game or you need to communicate with me, contact me at
mustaqim89g[at]gmail[dot]com.

If you can't wait, you can always make it better yourself. Hey! It's Open Source!