Blambo

Members
  • Content count

    723
  • Joined

  • Last visited

Everything posted by Blambo

  1. The Idle Thumbs 10th Anniversary Committee

    That should be pretty simple, since I've already drawn Chris' scared face
  2. Spelunky!

    Have fun repeatedly plunging Chris into spikes
  3. The Idle Thumbs 10th Anniversary Committee

    I dunno if this should be part of the anniversary surprise or if I should give it as a #HailRemo gift. Thanks guys! Not knowing what to do with free time has yielded many rewards upon joining this forum.
  4. The Idle Thumbs 10th Anniversary Committee

    Sorry for the double post (I kinda wanted to bump this topic haha) but I made a Chris skin as a little bonus for this thing: I missed a frame somewhere but I think for the purposes of single player it works
  5. Spelunky!

  6. Amateur Game Making Night

    That space sim is sick! I had an idea for an endless kung fu game too, except you're a disgruntled office worker on the roof of a high-rise fighting off customers.
  7. The Idle Thumbs 10th Anniversary Committee

    It's probably best that it'd arrive or be seen closer to the cast
  8. Amateur Game Making Night

    Gamemaker is 100% baby tailored, though at times that makes it pretty difficult to work with. A lot of functions in GML (game maker's scripting language) are made specifically for commonly designed processes, are black boxes and are mostly poorly optimized, but it usually doesn't matter if you're making a small game or are experienced enough to design your own. It's good for prototyping and small games, and is pretty easy to learn but you hit diminishing returns after you start getting to experienced because the environment and work infrastructure doesn't transfer well to more involved tools. That said, Gamemaker is a super great way to get your grips on basic programming concepts.
  9. Yeah speaking of, is there a formal Walking Dead or the Cave postmortem anywhere, preferably written by Thumbs? Super interested in hearing these guys talk about their games.
  10. Amateur Game Making Night

    Hm Gran Vibrato is a super good one. Thanks guys!
  11. Amateur Game Making Night

    I've put together a rhythm-based shooter game prototype thing that's kind of like binding of isaac, except you move on a grid and everything steps to a timer with a changing bpm. Here's a gif (bullets are represented by a blue streak that the gif dropped a bunch of frames of. Player character is in yellow): And here's some character concepts: I can't think of a title. It's about a guy in his sixties fed up with the disco music-based gangs in his neighborhood and stands up to them in musical arenas.
  12. Amateur Game Making Night

    Thumbs mention get!
  13. Anyone Remember?

    Worst gross.
  14. Unnecessary Comical Picture Thread

    OPEN YOUR EYES
  15. Amateur Game Making Night

    http://www.randomgameconcept.com/
  16. Amateur Game Making Night

    Not to worry! Google Hangouts allows you to creepily listen to people work while you think of something to say!
  17. Amateur Game Making Night

    Hi guys! I've created a permanent Google Hangout link for people to pop in to screenshare their work, chat, and look for partners and stuff whenever they have the time to. It's probably not necessary but I feel like this sort of gathering is pretty interesting especially in a creative context. And here's a thing I made art for a couple months ago: http://gamejolt.com/games/arcade/blocpk/18692/ It's actually all pretty poorly implemented but it's something. It's a local multiplayer post apocalyptic basketball thing, so if you want to play it grab a spouse or a roommate.
  18. Recently completed video games

    Preeeetty late to the party but I just got around to finishing Episode 5 of the Walking Dead. Pretty gut wrenching.
  19. Amateur Game Making Night

    What have you got in mind? I have been thinking about something that's got violence, but used in quick bursts. The player's put in levels full of AI and you have to find a specific person to kill while avoiding anyone trying to kill you. I'm pretty bad at game design but it's an idea, haha.
  20. Amateur Game Making Night

    Google hangouts are best used by about 10 to 15 people. If you have a google account you can just drop in and out of a call, which runs in a browser and uses a single URL even if there's no one in the call. I'll try to figure it out @impossidog: my engine uses mouse/keyboard, so local multiplayer would require twinstick controls with an xbox controller or some keyboard solution.
  21. Amateur Game Making Night

    @impossidog: Actually I've tried to implement multiplayer in the engine, using a bunch of plugins and even Gamemaker's built in functions, but I'd have to refactor the weapons system to sync easily for all players. I eventually ran into a lot of the same problems that messhof did during the development of nidhogg, where you had to make all objects in the game react to a controller that rolls back previous states to prevent asynchronous clients, and I figured that problem was waaaay out of my skill level to solve But that sounds like a cool idea. If there's a way to warp the design into a single player game my work might be a little useful @everyone: Totally recommend a google hangout instead