And it’s a wrap… I guess.
Now here it is. My final version, it lacks sounds, music, menus. But it was fun to try.
It’s a game where you cruise the digital roads to deliver data packets. Or as fry said it “YAY, I’m a delivery boy!”, there are 6 different missions. But the game should get boring after some time… if only I didn’t need sleep.
You can download it here source code and windows binaries included. Should compile for Linux (and maybe Mac) without much fuss, but didn’t include makefiles for that.
Tags: final, screen shot

I just found out that mission 5 is broken. Sorry about that.
Line 331 of Mission.h should read:
if (state == 10 && goal->ID == 1)
not:
if (state == 10 && goal->ID == 10)