Battle of the Worlds by bigbass1997
This was a really fun game to make. Those that want to can use the src code and the assets in any way that you want. Ingame, use the arrow keys to move your tiny world and use the mouse to click the few things that you can including to buy stuff in the market and to eat food to regain health.
P.S. The src folder along with all the assets are found in the jar file. Just open it up with a zipping program like WinRar. I also did a journal which is also found in the jar.
Have Fun!
P.S. The src folder along with all the assets are found in the jar file. Just open it up with a zipping program like WinRar. I also did a journal which is also found in the jar.
Have Fun!
| Windows | http://www.mediafire.com/?73h746st8i0h89i |
| Original URL | https://ludumdare.com/compo/ludum-dare-23/?action=preview&uid=10984 |
Ratings
| Coolness | 10% | 1120 |
| Overall | 1.44 | 901 |
| Fun | 1.22 | 902 |
| Graphics | 1.67 | 880 |
| Innovation | 1.44 | 899 |
| Theme | 2.33 | 747 |
java.io.IOException: Can't read fonts/visitor.ttf
at java.awt.Font.createFont(Font.java:1021)
at bigbass1997.GamePanel.loadFonts(GamePanel.java:157)
at bigbass1997.GamePanel.draw(GamePanel.java:170)
at bigbass1997.GamePanel.gameRender(GamePanel.java:382)
at bigbass1997.GamePanel.run(GamePanel.java:360)
at java.lang.Thread.run(Thread.java:722)
Not sure why a world is roaming around a grass field eating fruit and mushrooms. It seemed like the theme was forced. It was hard to tell where I was trying to go, too.
All-in-all, a good effort. I'm glad you had fun and hope it was a good learning experience. Java skills will go a long way :).
The input doesn't work very well, it suffers from the keyboard repeat delay when you hold down a key and movement is really slow.
Also everything seems so random that I have no idea whats going on. Transitions between screens are not obvious. The drawn passageways the the green screen don't seem to correlate to anything, and there is no clue how to exit the shop.
Some instructions would have helped.