Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075992 Posts in 44156 Topics- by 36122 Members - Latest Member: Peggyfreeman

December 29, 2014, 10:37:33 PM
  Show Posts
Pages: 1 ... 17 18 [19] 20 21 ... 80
361  Feedback / Playtesting / Re: Chessmine on: April 27, 2009, 10:48:13 AM
Good game.  It has some nice, challenging, and well-crafted puzzles Smiley

But yeah, it's too short Sad.  Make more puzzles.

EDIT: What the hell happened at the end, though?

I was also a little confused by this.  But I guess we'll find out in the sequel Tongue
362  Feedback / Playtesting / Re: This game is Wizard on: April 25, 2009, 10:24:24 AM
I quite liked it Smiley.  It was totally oldschool DOS game style, and kind of reminded me of F. Godmom.  It was pretty challenging, even though the difficulty curve kind of looks like an EKG readout.

My only complaint was the fake walls... argh!  I'm not a fan of fake walls that are necessary to pass the level.  They just seem kind of cheap, like they're there to artificially bump up the challenge.  For things like secrets and bonuses they're fine, but... yeah, just my personal opinion I suppose.

Anyway, I got all the treasures on all the levels, but I wasn't aware that there were other ranks for not getting hit/not using keys (until I read this thread afterward).  But even though the game was fun, I don't think I'll be going back to try for those.  If it had been made apparent that those were goals from the beginning I would have tried while I was playing, but now I just sort of feel like I'm satisfied with completing the task that was put before me, if that makes any sense.
363  Developer / Creative / Re: Today I created... on: April 25, 2009, 10:11:57 AM
It's interesting how I'm motivated to work on something as trivial as this, even despite the fact that I can (do something productive instead etc.)

I often distract myself with meaningless little challenges that I know I will never use.  I could use that time to work on my game, but...  I think I just like learning.  It's more exciting than actually doing.
364  Player / Games / Re: Ludum Dare 14 - April 17th-19th on: April 23, 2009, 05:28:27 AM
A couple of people said they got lost playing one section of my entry, so here's a handy map:



I did get a bit turned around in the lights-out section, but only for a minute or so.

By the way, thanks for including the source.  It was fun unchecking the Immovable attribute on the mountains and knocking them into each other Tongue
365  Developer / Creative / Re: Today I created... on: April 20, 2009, 01:47:34 PM
Deadeye:

I thought you used that incomplete "Tower of Goo" plugin for physics.

What?  Er, are you talking about David's Object Pairer plugin?  That's what he was testing when he made his Tower of Goo clone.  Anyway, you can pair instances with family picking as well so that's what I did, I've never actually tried his Object Pairer.

I posted the source on the Construct forums if you want to have a look.  It's kinda messy though Tongue
366  Developer / Creative / Re: Today I created... on: April 17, 2009, 06:22:55 PM
Is dat some verlet physics shit deadeye?

It's sort of a homebrew version, I guess Tongue.  I hacked it together in Construct with Box2D (which according to the Box2D forums, uses a Symplectic Euler integrator rather than Verlet, so, uh... if that makes sense to you then you're one up on me).

i'm pretty muthafuckin sure this is for muthafuckin monitoring your muthafuckin progress and posting muthafuckin experimental things you wouldn't muthafuckin post otherwise, muthafucka

Word.  I'm not really going to make a game with it, I just put it together to see if I muthafuckin could.  I plan on texturing it with sprite mesh distortions (since there are no polygon drawing tools in Construct yet) and calling it done.
367  Player / General / Re: BAN SUPER JOE? on: April 17, 2009, 12:25:37 PM
Whoa Renton, when did you become a mod?  Shocked

Jesus, I need to stop by the forums more often...
368  Player / General / Re: Judge Mathis to Make Rape Sim Game on: April 17, 2009, 11:42:08 AM
Quote
they are teaming up to make a game for PC, PS3 and Xbox 360

What, no Wii?
369  Developer / Creative / Re: Community-support is not the main factor on: April 17, 2009, 11:22:20 AM
I believe in you mirosurabu Smiley
370  Developer / Creative / Re: Today I created... on: April 17, 2009, 11:11:13 AM
A gooshy, soft-bodied blob:



http://www.box.net/shared/fxrn6v8beh

This thing represents a good week of work because I couldn't get the recipe right.  All previous incarnations failed catastrophically, either collapsing in to a pile of mush or exploding without warning.

He's still kinda fragile (you can fuck him up pretty good with the mouse cursor).  But he'll be singing songs and eating berries pretty soon, I hope Smiley (not really)
371  Player / Games / Re: Bob's Game on: April 10, 2009, 02:35:44 PM
This thread is now officially about Pokemon.

Knock yourselves out.  As much as I hate Pokemon, Bob is worse.
372  Developer / Creative / Re: The Unfinished Game/Demo Dump on: April 10, 2009, 02:27:20 PM
A few old games that I never finished...

Marionette UFO

An experiment in making a physics-based shmup where you control a UFO in a B-Movie indirectly by moving the stick it's hanging from. Might go back to this idea in a more stable engine.
http://realnoyb.googlepages.com/MarionetteUFOTest2-custom.exe

Hey, I remember that Smiley.  In a really strange coincidence I was looking for my mockup of that control scheme earlier today.  But I couldn't find it Sad
373  Feedback / DevLogs / Re: Vert on: April 03, 2009, 01:59:23 AM
To do list:
  • Checkpoints

Checking one more thing off the list Smiley

This one didn't go nearly as smoothly as getting rid of the map files did, due to some poor planning.  When you hit a checkpoint, all keys you have collected since the last checkpoint remember they've been picked up.  If you collect a key and then die before hitting a checkpoint, you'll have to collect it again.  Sounds easy enough, but because of the planning issue I had to revamp my level loading, and inadvertently created about five new bugs for myself to squish Tongue.  It all seems to be working fine now, though.  I just have to figure out what I want my checkpoints to actually look like (somehow I don't think a purple square with a scribbly letter "c" on it will suffice).

That was great. Really polished so far, and i love the little dude. I can only imagine how complicated these puzzles are going to get!

Thanks Smiley.  I have some ideas for tricky maps, and some plans for new puzzle elements.  I also want to have a "token" system for unlocking hard bonus maps.  In some levels there will be an optional token tucked away in a very difficult to reach spot, and if you collect a few then you unlock a new set of maps.  Well, that's the plan, anyway.  The framework to add the content in is already there, I just have to make maps Tongue
374  Player / Games / Re: A coincidence on: April 02, 2009, 09:04:34 AM
Quote
Although I have to say I find the shortening of "explosion" intensely annoying.

More so than the unnecessary contraction of two different words?

Not meaning to be a jerk, all I'm saying is that from the perspective of someone who has just seen both names for the first time they both seem equally clumsy to me. Tongue  [/devil's advocate]

Explodemon does look pretty fun, though.  Reminds me of Mega Man.
375  Player / General / Re: The next TIG meme - The Competition on: April 01, 2009, 12:42:22 PM
Is this one of those April Fool's threads?  I've been burned in the past so I'm proceeding with caution on this one.
376  Player / General / Re: Cave Story Wii testers wanted! on: April 01, 2009, 11:09:55 AM
Oh, I see.  I am the April Fool Sad
377  Player / General / Re: Cave Story Wii testers wanted! on: April 01, 2009, 10:52:27 AM
I accidentally a whole MMORPG, is this bad?

That depends on what the missing verb is...
378  Player / General / Re: TODAY IS APRIL FOOLS on: April 01, 2009, 10:42:52 AM
I thought New Zealand was a place they made up for Lord of the Rings.
379  Player / Games / Re: Bob's Game on: April 01, 2009, 10:38:44 AM
That is a beaver with mumps.
380  Feedback / DevLogs / Re: Vert on: March 31, 2009, 09:16:23 PM
To do list:
  • Internalize map files in the .exe

I can't believe how easy this was to do.  It took me all of five minutes.  I added two new lines of code and altered one old line... and it worked the first time Shocked.  I love it when that happens.

http://dl.getdropbox.com/u/529356/Vert%20demo%20v0.2.1.exe

No more map files!  It's pretty much the exact same demo as above, though, so not much has actually changed.
Pages: 1 ... 17 18 [19] 20 21 ... 80
Theme orange-lt created by panic