Monster Run by Sri Harsha Chilakapati
Monster Run is a simple platform jumping game, developed in just under 10 hours including art and music. The mechanics are incredibly simple, all you need is perfect timing to make the monster jump by hitting the SPACEBAR key. The game is made in Java 8 and requires a GPU with OpenGL 3.2 or more with core profile.
Who said that Monsters necessarily need to be bad huh?
Who said that Monsters necessarily need to be bad huh?
Windows version worked fine for me.
You need to have Java 8 installed, it's a Java game. And then you need a GPU that is capable of running OpenGL 3.3 graphics. The reason I chose these limits is that I made this game using a 3D game engine, with bill board graphics. So in general it needs the requirements.
If you still cannot launch the game, try running the game from command line with the command java -jar Monster-Run.exe and post me the console output so that I can solve this issue.
It's not hard, actually it was completely random. My best is 15 till now. The platform generation is completely random, I used the randomRange method to get a random value in a range and created the platform there. Glad I was able to finish the game first, would have tweaked the values if I had got more time.
And more over, this is the second time I made an endless sidescroller game. Thanks for the input, will try to improve my skills over time.
Congrats'!
Thanks for the comment, I actually didn't have left myself more time for polishing the game, due to college and stuff. I'll sure try to implement your suggestions soon.
@Stending
Thanks a lot, it's really a lot hard this time, and fortunately things all went smooth for me. And thanks for the vote, your game looks so cool by the way too.