FoonLudum Dare ExplorerLD23 → UpVote

UpVote

By lansiir

View on Wayback Machine

CategoryRankScoreCount
Coolness373
Humor2052.76
Audio2402.97
Innovation7682.15
Theme8332.03
Mood8391.81
Fun8641.72
Overall8831.82
Graphics8991.39

Comments

lansiir 2012-04-23 23:03

Love the game, 5/5, but the inability to vote on this entry prevents me from judging appropriately.

kvisle 2012-04-23 23:08

Technical:

It has a big problem with input --- I checked the source code. You can't have two SDL_PollEvent loops -- when you do PollEvent, it discards the event. Merge it into a single loop, and things will work smoothly.


The game:

I managed to both lose and win - could be an interesting turn based online game - switch the graphics to something a bit more intimidating and you'd be ready. :)

lansiir 2012-04-23 23:18

@Kvisle Yes, I noticed that, and did not find the cause until after the deadline. I'll definitely look into turning this into an online game and will contact you if I do so; although if you've seen the code you know that any improvements are a little ways away from now.

riamudimentis 2012-04-23 23:49

404 not found for the windows distro

josefnpat 2012-04-24 00:14

Die Upvote, die!

lansiir 2012-04-24 00:18

@RiamuDiMentis
Thanks, fixed the link.

lansiir 2012-04-24 00:19

@josefnpat
Yeah, I did the artwork before the storyline, so not all of it is in sync.

jungorend 2012-04-24 00:42

The blue arrow doesn't appear to do anything. It seems to just stand there as I move around and win the game.

truce 2012-04-24 00:42

Playing the windows version, and based on the above comments I'm not sure I'm playing the same game. There's a big grid with only one other arrow on it, you kill it and win. Is that what everyone else is seeing?

Abstaining to vote until I know I'm playing the final version. =)

lansiir 2012-04-24 00:57

@Truce
If you check the screenshot, that is indeed the game. It's not much, but it's my first graphical entry. If you have any more questions, I'm in the IRC, nick oldtopman.

fireslash 2012-04-24 02:02

The game rules are a bit unclear. I ended up figuring it out (I think) but they could be explained better.

Also I couldn't get the game to actually close, had to murder it in task manager.

milo 2012-04-24 02:09

Definitely an interesting concept, but it'd be nice to have more. I love the graphic at the end.

jeffz 2012-04-24 02:26

I rated you highest on audio, the gameplay could have used a bit more work.

emveyh 2012-04-24 19:37

so yeah, i think i won the game ... i don't know if it's just the windows version, but it's somekind of short and the enemy is doing nothing at all so it's pretty easy to win :) The best thing about this is the audio

binary_girl 2012-04-24 19:39

hehe i think i 'got it' great music :)

devwil 2012-04-24 21:32

***I'm posting this on all non-browser games I bring up in an attempt to encourage folks to make browser games next time around. Do not take it personally.***

When hundreds of people make non-browser games, that means that, to play all of the entries, I would need to download hundreds of games to my computer. I typically use OS X, so Windows-only entries are particularly inconvenient.

Please consider making a browser game next time.

netguy204 2012-04-24 21:57

Love the music. I left your game running for a good while and enjoyed the tune.

Congrats also on finishing the compo with an actual game (which, I define as having a win condition, a loss condition, and some player influenced progression to one of those!)

The controls were frustrating. More than half of the time, when I pressed a button, nothing happened. That non-responsiveness made it difficult to tell if I was making reasonable requests of my vicious red arrow.

I appreciated the strategic component to the game. It took me a while to discover what orientations were effective and why I was getting killed. I didn't appreciate how hard it was to tell when bad things were happening though... I think an animation cue or a sound effect would have made discovering the right way to attach the evil blue arrow much more satisfying.

The theme is really only present in the color-text. There's really nothing tiny or worldly about these arrows. It's also hard to point to a particular mood in the game though the color-text is certainly a quirky and amusing premise for a game--though the game itself doesn't REALLY relate (other than i'm controlling an arrow... i do get that.)

Overall, I was frustrated but eventually entertained and I dig the music.

lansiir 2012-04-24 22:46

@devwil I feel your pain, fellow linux user here. Unfortunately, there is no way to compile for OSX without dropping a few hundred dollars at the Apple store, and web games aren't the moneymakers. I consider this practice for getting a game job (one day), or making my own, and web games just aren't there yet. Just look at the fact that I hear no music because people have to use flash to play their tunes! If downloading hundreds of entries is your problem, send me an email and I will be more than happy to mail you a hard drive to hold them.

@netguy204 Yeah, I had this magnificent storyline, but it sorta falls apart when you have ten minutes left. Thanks for the detailed review!

fireblend 2012-04-25 02:43

Uhm, I absolutely loved the epic ending! The gameplay could've used a bit more development, but the foundations were there :) good job!

vic 2012-04-25 08:57

Beat it on my first try :)!

The music is great, very well done! Hope to see you again next LD!

catman 2012-04-25 21:05

Funny! Love the arrow with a sword! :)

norgg 2012-04-26 09:55

The server for downloads seems to be completely down at the moment, even by IP address. Give me a shout on IRC when it's back up.

tompudding 2012-04-27 21:25

Excellent music, cool idea, and a Linux version, yay!

andrew-2 2012-04-30 21:13

Would be better with a field of blue arrows and navigating through them.

jedi 2012-05-07 19:58

I just keep winning without thinking. On the third play, I tried to lose but couldn't. My opponent just sits there and counts down; I win even if I jump in front of him. I don't think it's working right for me :/.

The story seems like the kind of thing that major sleep deprivation brings about :).

barigorokarl 2012-05-07 20:51

Haha, nice story. The concept might be interesting, keep working on that! Thumbs up for Linux version :-)

lansiir 2012-05-09 20:43

@Jedi: The storyline/gameplay threw me for a loop. SDL_TTF was not as easy to use as I anticipated. And as for the storyline, I have no idea why it would seem like I was sleep deprived ;)

The boss deals damage to everyone with in a square in any direction every other turn. The player has to point at the boss to deal damage.