h3ckboy
|
 |
«
Posted
2012-08-16 17:09:21 » |
|
Hey, You all have no doubt heard about the Gamejolt Contest #8, and many of you are likely participating. I just wanted to get some feedback, because while I know doubt a dozen better entries than mine, thats no reason not to make mine as good as it can be  . The premise of the game is that you are trapped in your own dreams and have to escape past the monsters without being seen and after you make it through all the levels, you wake up and win. Here is the link: http://gamejolt.com/online/games/other/escapemare/9114/Just so you know, I do plan on adding more levels before the contest ends, I was just more concerned with the actual game itself first. Any bug reports or feedback would be greatly appreciated! Image for thumbnail:  I'll upload some actual screenshots closer to the contests end.
|
|
|
|
Jimmt
|
 |
«
Reply #1 - Posted
2012-08-16 17:17:32 » |
|
Nice game, however I noticed a slight problem with the enemy(how do you call it-the yellow rectangles that represent line of sight). They will extend past walls and thus (sometimes) if the rectangle falls on the player nothing will happen because it can't see thru walls.
|
|
|
|
h3ckboy
|
 |
«
Reply #2 - Posted
2012-08-16 17:57:16 » |
|
Did you press d? because those rectangles are for debugging purposes  . I guess I should take that part out if it causes confusion. EDIT: Taken care of
|
|
|
|
Games published by our own members! Check 'em out!
|
|
ReBirth
|
 |
«
Reply #3 - Posted
2012-08-17 02:51:16 » |
|
This again You need Java installed to play this game. You may use the button below to get it.
|
|
|
|
h3ckboy
|
 |
«
Reply #4 - Posted
2012-08-17 06:21:30 » |
|
What do you mean again?
And just to be sure, do you have java installed? Do other applets work for you? What browser are you using?
Thanks.
|
|
|
|
ReBirth
|
 |
«
Reply #5 - Posted
2012-08-17 06:39:49 » |
|
I experienced this before on java4k. I have all gears equipped rightly (I develope in java afterall). Maybe you set the runtime to be java7?
|
|
|
|
h3ckboy
|
 |
«
Reply #6 - Posted
2012-08-17 07:03:24 » |
|
how do I change the runtime version to java 6?
|
|
|
|
ReBirth
|
 |
«
Reply #7 - Posted
2012-08-17 07:07:00 » |
|
On eclipse set the target of this project to java 1.6.
|
|
|
|
h3ckboy
|
 |
«
Reply #8 - Posted
2012-08-17 07:12:47 » |
|
Alright can you try it now? Thanks 
|
|
|
|
kaffiene
|
 |
«
Reply #9 - Posted
2012-08-17 07:56:48 » |
|
two things:
(1) The controls need to be better programmed. You get 'stuck' trying to make a 90 degree turn down a passageway.
(2) The game would be better and more self-explanatory if you highlighted the area that the monsters see.
Other than that - it's pretty good. Iron off those rough edges, throw in some more levels and some variety and I reckon you've got a good game there.
|
|
|
|
Games published by our own members! Check 'em out!
|
|
ReBirth
|
 |
«
Reply #10 - Posted
2012-08-17 11:05:09 » |
|
Alright can you try it now? Thanks  Played and commented  I also join GJContest8, but my team decided to use C2 rather java.
|
|
|
|
h3ckboy
|
 |
«
Reply #11 - Posted
2012-08-17 13:25:46 » |
|
two things:
(1) The controls need to be better programmed. You get 'stuck' trying to make a 90 degree turn down a passageway.
(2) The game would be better and more self-explanatory if you highlighted the area that the monsters see.
1) yeah, this is something I have been struggling with. I've thought of just making the wall collision more lenient, but that might make things a little strange-looking. 2) I'l have to try dimming everything but what the monsters can see or somethign along those lines. @ Rebirth, thanks for trying  , Could you give a little more feedback, because I would like to know how I can improve from the 1 rating you gave me? Thanks 
|
|
|
|
ReBirth
|
 |
«
Reply #12 - Posted
2012-08-17 13:43:31 » |
|
1? it's 2. Okay from my 2 cent: no sound, hard play (the skeletons are too fast, although I can finish it), too short.  hope it helps, there're about 2 days before the deadline.
|
|
|
|
h3ckboy
|
 |
«
Reply #13 - Posted
2012-08-17 13:55:00 » |
|
oh, now its 2. Yeah, I'll try and fix those things  . Not sure what I'll be able to do about sound, but everything else should be possible.
|
|
|
|
ReBirth
|
 |
«
Reply #14 - Posted
2012-08-17 13:56:42 » |
|
What make it hard to play is the movement isn't tile based so i have to deal with small corner collisions.
|
|
|
|
Jimmt
|
 |
«
Reply #15 - Posted
2012-08-17 15:43:44 » |
|
Yeah, those corners are killing me.
|
|
|
|
h3ckboy
|
 |
«
Reply #16 - Posted
2012-08-17 21:00:31 » |
|
Since the overwhelming opinion seems to be that the corners are a pain, I'll try and make them a little bit more forgiving  .
|
|
|
|
ReBirth
|
 |
«
Reply #17 - Posted
2012-08-18 01:44:52 » |
|
My entry use double rectangles technique. Adjust the player sprite's anchor with an invisible box sprite's anchor. The box is smaller than tile size, used to check collision. That why you can see no collision detected on shoulder, head, or foot of player sprite.
|
|
|
|
h3ckboy
|
 |
«
Reply #18 - Posted
2012-08-18 09:20:57 » |
|
Okay, I think I have addressed all the feedback: - The entire level is now dimmed other than where the monsters can see.
- I added a bit of code in the wall collision that will assist you on the corners
If anyone could give me ideas on how to make the lights better, because rectangles seems unpolished in my opinion, that would be great! Now I'm going to write a few more levels and improve the current ones so that here is actually enough content to play.
|
|
|
|
h3ckboy
|
 |
«
Reply #19 - Posted
2012-08-19 14:28:16 » |
|
I've updated with a few bug fixes and tweaks, and 5 new levels  , more should be on their way just in time for the deadline 
|
|
|
|
ReBirth
|
 |
«
Reply #20 - Posted
2012-08-20 02:55:19 » |
|
You better hurry. I have submitted mine 
|
|
|
|
h3ckboy
|
 |
«
Reply #21 - Posted
2012-08-20 06:48:50 » |
|
yeah, I just figured 9 levels in total was enough and submitted. luckily though I caught a huge bug first  . best of luck to ya! 
|
|
|
|
|