Tiny World by Guns_Are_Toys
Tiny World By Carter Patterson
NOTE: currently I only have the source code release, you will need a Java
editor such as netbeans or eclips to run this. I will release a Jar file
when I can.
------------------------------------------------------------------
You awake to find yourself alone in a strange world filled with
shoadowy creatures. You have no idea how you got there, but you do know
that if you don't find something to eat soon you will die.
Welcome to your tiny new world.
------------------------------------------------------------------
The objective is to simply not die. While you could stay inside the
house to avoid the monsters, you will howerver eventually starve to death
if you don't find food.
At the start of each new day you will be warped back to your house, then
a random amount of monsters and chests will be created and randomly placed
throughout the world. The chests will ether hold potions to heal yourself,
food that you can eat to prevent yourself from starving to death, or bonus
points.
Controls:
Arrow keys: move the character
spacebar: use potion to heal yourself
E key: eat food
Thanks you for playing, sorry it isn't much. There was allot more I
wanted to add but sadly I ran out of time before that. If you have any
tips, suggestions, feedback, or bug-reports you can submit them on the
ludum dare page or my twitter (@SgtQuad) thanks!
Timelaps coming soon!
subscribe to my youtube (http://www.youtube.com/user/SgtQuad)
NOTE: currently I only have the source code release, you will need a Java
editor such as netbeans or eclips to run this. I will release a Jar file
when I can.
------------------------------------------------------------------
You awake to find yourself alone in a strange world filled with
shoadowy creatures. You have no idea how you got there, but you do know
that if you don't find something to eat soon you will die.
Welcome to your tiny new world.
------------------------------------------------------------------
The objective is to simply not die. While you could stay inside the
house to avoid the monsters, you will howerver eventually starve to death
if you don't find food.
At the start of each new day you will be warped back to your house, then
a random amount of monsters and chests will be created and randomly placed
throughout the world. The chests will ether hold potions to heal yourself,
food that you can eat to prevent yourself from starving to death, or bonus
points.
Controls:
Arrow keys: move the character
spacebar: use potion to heal yourself
E key: eat food
Thanks you for playing, sorry it isn't much. There was allot more I
wanted to add but sadly I ran out of time before that. If you have any
tips, suggestions, feedback, or bug-reports you can submit them on the
ludum dare page or my twitter (@SgtQuad) thanks!
Timelaps coming soon!
subscribe to my youtube (http://www.youtube.com/user/SgtQuad)
| Source | http://dl.dropbox.com/u/28060808/TinyWorld-ByCarterPatterson.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-23/?action=preview&uid=4116 |
Also I can't run your programm, I get a NPE on the spawnChests (World.java on Line 339).
Also I think the path of the resources are wrong for a jar (new Scanner(new File("resources/levels/" + file)); --> you won't find that in the jar, you need to get the class loader and load as resource) Don't catch exceptions and return null, it prevents you from debugging your code, as you won't find the real place to debug ("Fail early, fail often")
JAR: http://ld23.waschnick.de/TinyWorld-by-Guns_Are_Toys.jar
SRC: http://ld23.waschnick.de/TinyWorld-by-Guns_Are_Toys-src.zip (build with maven)