FoonLudum Dare ExplorerLD37 → One Room to Freedom

One Room to Freedom

By poller2810

View on Wayback Machine

CategoryRankScoreCount
Coolness156320

Comments

themightyteam 2016-12-12 20:19

Nice game. The jar file also works on Linux, but the code does not compile (1. download code 2. chmod +x gradlew 3. ./gradlew desktop:run) the console says that "Couldn't load file: res/menu.png".

The game is fun. In one screen a snake was in the next square all the time. I couldn't get it away! Is fun to try to lock up snakes. Well done!

poller2810 2016-12-12 20:40

the resource loader (the lib of a friend) maybe doesnt like the linux path design. i will try to fix this but if you can run the game for now its all fine. thank you for your good words and also the bug report.
ps: did you reach the goal?(if yes how many steps and blocks it took you?

teekeks 2016-12-12 20:43

Hi! I wrote the ressource loader. you have to put the res folder into the folder you are compiling from, then it will work. the paths are all relative to the execution (or if it is a jar, relative to the jar)

messinabrothers 2016-12-16 05:40

Congrats on you first LD! I enjoyed the puzzle element of trying to avoid the snakes. I was confused as to why my key wouldn't open two chests I came across :( I only unlocked one feather before giving up. Anyways, nice work! Go libgdx!

poller2810 2016-12-16 11:38

MessinaBrothers, due to the time constraint i had no time to implement text feedback by interacting with the world.
the reason why your key didnt unlock 2 chests is 1 of 2 reasons:
first each key has a color (not vissible to add more puzzle factor into the gameplay) and maybe not matching the chest.
second: there is 1 "fake chest" what cannot be opend.

if you some day play the game again turn on your sound there you get feedback for all you do inside the game.

thank you for your review, i am glad you had fun.

omniorcus 2016-12-17 02:29

Not bad for a first attempt. Interesting idea, with the simultaneous movement, and the bolder moving. Simple to set up too. The graphics, while basic were fine. The lack of a clear indicator of which key goes with which box was annoying though. Background music was fitting, if highly annoying. Also your voice for the announcements? Next time you might want to use audacity to mess with the sound a bit.

poller2810 2016-12-17 05:07

good morning omniorcus, that the keys dont show theyre color was intended, cause there are 4 chests for 3 keys. it should force you to keep track what you found tried etc via pen&paper.
the music is kinda anoying thats right :D first time i played this instrument(my brother brought it for the comp to me and teached me in a 10 min try). the announcements are my voice yeap.(they said all should be done by me so why not ALL :) ) i used audacity to cut the sounds in size and just learned in this project handle sounds (well in libgdx no big deal but without all experience in sounds). for next time i will set higher goals and hope put all i learned here into the next(i will make a updated version between the years if someone is interested to puzzle it again ;)
also to you a thank for your comment and hints for the future