2012-01-04

Dragon Progress

I haven't done too much to the core game for a while. The current stage is to add the walking animations to the dragon, also the landing and taking off transitional animations. I decided to make them mostly procedural using inverse kinematics to accurately place the dragons feet.

The base code had evolved mush since my last post. For some reason my laptop has problems with SDL so I have removed that dependency. This was mainly to test my networking code in Chaos Arena.

I have been meaning to migrate some of my projects to github for a while now. My current version control system uses subversion on a flash drive for portability. Probably not the best solution.
2011-12-23

Ludum Dare 22

I should probably mention the latest Ludum Dare competition on here too.
Batkeep is a castlevania style platformer game. Unfortunately I ran out of time, mainly due to only spending about 12 hours on it as I was uninspired by the theme and had trouble deciding on a core game mechanic.

I used flash again so it is easy for people to just play it without having to download anything and avoid cross-platform problems that plague c++ development.
2011-08-21

Ludum Dare 21

My entry Stormcrow is a top down space game where you have to escape the galactic police who enjoy using you as target practice.

The game is again made in flash due to it being the most portable option.
I actually stopped before the deadline for this one, which is a first for me.
2011-05-06

Ludum Dare 20

The 20th Ludum Dare 48 hour competition was last weekend.
My Entry can be played Here
2011-05-06

Timelapse

I have rewritten my timelapse script to include webcam support.
The script is designed to create time lapse videos to document my progress in Ludum Dare competitions.
The script uses scrot for taking screenshots and mencoder to compile the created images into a video. I have also written a python script to capture images from a webcam along with the desktop screenshot that the timelapse script uses.

The script can also scale each screenshot image for you to keep file size down.

I originally had a bash script for webcam capture, it used the video4linux driver with mplayer, but that ran into a problem of the webcam shutting down after around 80 images. The new version is a short python script that uses openCV.

The webcam script is an optional addition to the timelapse script and can be replaced with an alternative script if you have a better one.

Download the timelapse script here
Download the webcam script here

Usage:
to capture just the desktop every minute:
timelapse capture -t 60
or screenshot size at 50% and also using wcapture (the webcam script).
timelapse capture -t 60 -size 50% -cam wcapture
The script can then convert images into a video
timelapse compile timelapse.avi
2011-02-19

Hall of Contradictions

Submitted an entry to the So Many Rooms jam.
The game is a collaboration with Alan Hazelden. I manly just created the graphics.
Play it here

The concept art I made for the game:
doors-concept.png doors-concept-2.png
2010-09-16

Re-writing my website again

Finally got round to rewriting my website over the last couple of days.
This is a major redesign of how the entire thing works, and how it looks. I did write an alternative style sheet to see if I could get it to look like the original.

One main reason for this was due to the fact I have been writing Flash games. Embedding flash into the old setup was horrible and very hacky. The results sill messed up the layout. Another reason was to be able to post updates to the projects, and to allow feedback.

There are a couple of variations I am playing with:
Tiled projects
Original style
Different style

2010-09-10

Result!

My Ludum Dare #18 entry Graviton came 4th!
2010-08-25

New Server

It seems my Ludum Dare game Graviton is popular enough to use up all my bandwidth.
My website is now hosted on a better server with unlimited bandwidth.
I just finished fixing everything to work on the new server.
2010-08-23

Ludum Dare #18

Ludum Dare time again.
The theme was 'Enemies as Weapons'
I decided to go with simple this time as I generally tend to be over ambitious with competition games. Consequentially a lot of my entries are incomplete. I also decided on using flash mainly to be playable online and so be more accessible.

My entry is Graviton. Play it.