I moved to a new URL! Check it out!

posts dated from: november 2013

All the King's Men Time Lapse



Watch me make All the King's Men at lightning speed. 48 hours worth of screenshots compressed into just 4 minutes of footage. I only took one sleep break in the entire course of the 48 hours, so I was pretty loopy by the end of this.

I recommend watching at 1080p if you can!

All the King's Men was created using Otter, my 2d game making framework built in dotnet and SFML 2.1.

Doodle Post

Image

All the King's Men

All the King's Men
Over the weekend I went to a local game jam in Phoenix to try out making a game using Otter. I was fully prepared to face the reality that Otter would have major problems preventing me from using it for this jam... but everything turned out way better than I expected. Check out the first game ever made using Otter!

Download


All the King's Men v1.0 - Windows (6mb)

Apologies to Mac and Linux people, I don't have a solid way to get builds for anything but Windows right now.

There's a readme included in the download that has some more info in it as well.

Screenshots


Image


Image


Image


What's Next


Eventually I would like to open source All the King's Men, but right now I need to figure out what kind of license I should use for it. Open sourcing a game is a little different than open sourcing a framework. I want to maintain control of the distribution of the game, but also allow people to look at and use the code for their own projects. Basically I just don't want people to edit the game slightly and then re-release it as their own work, or something sneaky like that. I'm sure whatever license I choose won't actually prevent that from happening if someone really wants to do that, but I guess I would still feel slightly better by using the right thing.

I also recorded a time lapse of the production of the game during the 48 hour game jam, so once I put that together I'll release that as well!

If you have any feedback then leave a comment, or stop over to the Otter forums.

Otter Updates: Effects!

Otter Updates: Effects!
Another round of Otter updates are here! I'm getting ready to go to a game jam for the weekend so I wanted to make sure I was equipped for making rad special effects for whatever I end up making (if I end up making a game, even.)

Image


* Added the Particle entity. It can be used to easily create particles with simple effects.

* Added the Flash entity. It can be used to easily create screen flashes.

* Added the ImageSet graphic. This is used by the Particle entity right now. Think of it as a very very simple SpriteMap. You can render one image from a set of images (a sprite sheet) but there's no automatic animations.

* Added various window options to the Game class.

I have a few more fixes I want to do before the jam starts including a small fix to the Axis class and possibly changes to the StateMachine class to use enums for states, but I don't know if I'll be able to get to those before the jam starts in just a couple hours.

Doodle Post

Image

Doodle Post

Image