1
2
ID:1145244
Jan 30 2013, 10:00 pm
|
|
Navigate a deadly maze and collect all of the sparkling green orbs. Or, be the fastest and race to the end! Maybe even survive without perishing once.
|
Hmm, its a little annoying that if I'm pressing down and right, and my character could move right, he doesn't. When you're switching between movement keys (like pressing left, then switching to down), if both keys are held down at the same time, even for just a split second, the movement operation doesn't happen (when one direction is denied).
|
In response to FIREking
|
|
@Kaiochao and Fushimi: Thanks! :) Also I see you beat my record Kaio, I only managed to do it with 15 deaths.
@FIREking: I'm not really seeing what you're talking about I'm afraid. Moving and turning seems very responsive to me. |
In response to LordAndrew
|
|
If I knew it was keeping track, I wouldn't have hopped off the edges to get back to the checkpoint faster.
|
Lol, I hope you can resist this year-wide contest. 11 games left, good luck lol.
|
In response to LordAndrew
|
|
LordAndrew wrote:
@Kaiochao and Fushimi: Thanks! :) Also I see you beat my record Kaio, I only managed to do it with 15 deaths. You must be completely lifting your finger off of the key before you press the next one, which actually is not what I do. There is a period of time where my finger is still on the last key pressed (milliseconds), and unless the key down at the right time, it won't move. Here's how you can test it... right in the beginning, move all the way right until you hit the wall, then move all the way up until you hit the wall (you're now in a corner). Hold the right key, while tapping down every few seconds. There are times when your character will just do nothing but should actually respond to the down key press. |
In response to FIREking
|
|
Fushimi wrote:
Lol, I hope you can resist this year-wide contest. 11 games left, good luck lol. Thanks. It's definitely going to be a challenge pumping out eleven more games; I barely finished this one! FIREking wrote: You must be completely lifting your finger off of the key before you press the next one, which actually is not what I do. There is a period of time where my finger is still on the last key pressed (milliseconds), and unless the key down at the right time, it won't move. Ah, I see what you mean now. Not entirely sure why that would be happening unless something in Smooth Tile Movement is causing that, as I don't do much with Move() myself at all. If anyone is interested in messing around with the game or building their own map or anything, I've published the source code on GitHub. Be forewarned there is some nasty code in there as I clobbered this game together over the period of the last two days. |
In response to LordAndrew
|
|
LordAndrew wrote:
Fushimi wrote: It just depends on how you grab the keyboard. Some people use a loop, which is wrong. You need to use events that set values to 1 or 0 on up or down. Then you loop to check these values. If you use byond's built in mechanism for obtaining key presses, you'll get delays. Forum_Account's keyboard library is the only one that does this right. |
In response to FIREking
|
|
Here's my keyboard library, which is very heavily influenced by Forum_account's...
/* to use: mob |
In response to FIREking
|
|
FIREking wrote:
If you use byond's built in mechanism for obtaining key presses, you'll get delays. Forum_Account's keyboard library is the only one that does this right. What built-in mechanism are you talking about that isn't what Forum_account uses? For the record, I used a keyboard handling system (and pixel movement) like Forum_account's long before his library came out :) (see: shootah). Mine was influenced slightly by Kakashi24142's K_KeyHandling, and all three define macros in the interface for key-up and key-down events. However, the "instant" verb setting wasn't around for Kakashi's library. |
In response to Kaiochao
|
|
Kaiochao wrote:
FIREking wrote: If you rely on things like +REP, your events will be spaced apart at the keyboard repeat delay value reported by windows (users can change this). If you use built-in direction functions (North()), your response time is slower and the default implementation is clunky (if you try to move southwest but can only move south, it won't try to move you south, it will just return 0). |
In response to FIREking
|
|
Right. The way you worded it was slightly misleading, as everything Forum_account's library uses is built-in, and it doesn't actually contain any movement loops... except for his library's movement-demo.
|
That was fun :)
I don't like the smooth tile movement however. I would prefer non-animated movement, but that's just me :) For such a small game this had some memorable moments, like when you see the key surrounded by holes, or when you get to that big section of slidey-death-things all next to each other |
Added some music to the game, lowered the volume of the "get orb" sound effect, fixed a few mapping goofs.
|
Yut Put wrote:
This game could have been made in half an hour. If you really spent a month making this, which is what the description implies and what the competition is more about, then you are either an illegal immigrant working 15 hours a day or you just have zero motivation or drive whatsoever to make games. In all honesty, I probably put about fifteen hours into making this game. I had spent the whole month trying to come up with something, but none of my other ideas really panned out. I didn't start development on this particular game until mid-day on the 29th. As for the competition's goal: the way I read into it was that you just created a game at your own pace a month, with no other real guidelines or restrictions to the challenge. I know a lot of games produced as part of 1GAM were recently done as part of the Global Game Jam, which only lasted two or so days. Yut Put wrote: On top of that, you've posted this game before on the forums. So this isn't new, it's just a tiny add-on to a tiny demo. While there's not really any way I can prove this, this rendition was written from scratch, though it still retained most of the art assets and the concept. My programming style changed considerably in the last eight months, and I prefer to just start over instead of trying to build upon older projects of mine that use different code conventions and styles. Yut Put wrote: I'm not upset about this or with you, because I really don't mind having another game produced on the site, but coming from someone who I would have thought to be intelligent and creative, this is a bad joke. It's the embodiment of the BYOND elitist attitude, demonstrating the exact reason why none of the smarter community members ever get anything done. It's a lazy, poorly done extension to an existing demo. It's an excuse to publish a hub. I will admit that this game was hastily put together and not the best thing I could do; I was extremely pressed for time and wanted to produce something to get in a January entry. I chose the concept from that earlier demo and wanted to flesh it out a bit more, though not so much that the scope of the game would have grown past what I would be able to accomplish in a small timeframe. It was definitely never my intention for this to come off as a joke or something elitist, so if anyone saw it that way then I apologize. Yut Put wrote: But most of all, this is Green Orb Quest. So like it, or die from spikes and annoying controls. Could you elaborate more on what you mean by annoying controls? Is it related to what FIREking was mentioning earlier? |
Yut Put wrote:
The tile sliding was really annoying, because it was difficult to tell when your character would stop moving. It would also cause me to frequently run into pits. Ah. I'll look into changing this (or adding an option to toggle it, if people are into that sort of thing.) Yut Put wrote: I tried not to imply that you were elitist, but instead imply that this is the kind of stuff the so-called "elitists" of the community often put out. I've got a decent amount of respect for you, and I'm just saying this is a bit disappointing. I see. I do plan to add new things to the game and update it, since there's a lot more I could do with it. |
1
2
Great game!