Tuesday, October 22, 2013

More Video Updates

Lately I've been moving. Not much time for blog posts, but I've still got some work to show! More videos!

1. First up: falling down transitions. I wanted to put a little twist on the fade out / fade in 'falling' transition. This was the first draft:


2. After some feedback, here's what I ended up with as a final draft. Way better.


3. Just for fun, I added some bugs.


4. Some people suggested that the bugs shouldn't be squished when you're holding still. Someone else took it further and said that they should climb up you. So I did that.


Stay tuned for more!

Monday, October 7, 2013

Lots of Fun Development Videos

Although I haven't been updating this blog as regularly as before, it's only because I'm too busy with the actual game programming it self. I'd like to share a few videos that I've created over the past month or so.

I keep fairly active on twitter, so follow me at https://twitter.com/ericswheeler

1. The Chasm

Just a fun little demo of dynamic floor tile scripts.



2. Persistence

Here's a video where I demonstrate values persisting between level loads. When the bridge spawns, the player can leave the screen and come back and it will still be there.




3. Dashing and Torches

In this video, I've swapped out the old (temporary) character art for a new (also temporary) sprite that represents the actual dimensions of the character. We chose a large head so that the player can fit in a more square-like area because we want the visual appearance to be close to the collision box, so the player can gauge whether or not something is going to collide with the player. This video also features dashing and dash-turning. And some fireballs. And a shield.



4. Switches

Implemented some switches. You can also see the design of the main character taking shape. One of the switch types is a basic toggle, the other is timer-based.


5. Fog

A cool fog effect.


6. Doors

A set of switches that controls the opening and closing of a door.


7. Section entry events / group destroy triggers.

This final video shows how something can occur when a room is entered (the door is closed) and how destroying a group of tagged entities (3 blobs, in this case) can trigger something else (door opening, wall torches being lit, fog fading away.



That's it for now!