Posts Tagged ‘cat’
Cat down and some progress
Sunday, April 28th, 2013 11:57 amMight be in
Friday, April 26th, 2013 12:10 pmNot sure if it’s going to be something.
I did not prepare at all compared to the previous contests.
I’ll copy one of the following repositories as basecode:
Html5, Javascript: github-repo
C SDL: github-repo
Rust SDL or OpenGLES: github-repo
Obviously I will throw away the existing games and only use the technology utils part of the code.
If I feel like it I might use SFML and C++ without any basecode except from my eternally unstable monster of a serialization library.
Other Tools like always:
Gfx: gimp, inkscape
Editor: gedit or Eclipse (might try emacs for Rust)
Sfx: that flash tool everybody uses, autotracker.py
Timelapse: neosam’s scripts, his ld-profile
Set sail for fail!
The game is “complete”!
SO…. the game is “complete”. You can select between 3 different animals to play as with 3 different powers. The cat can cough up furballs, the skunk can drop smelly bombs and the labrat get extra evolution points for being experimented on. You fight of scribbles/spaghetti monsters and sometimes they drop bombs that explode. If you kill enough enemies you can evolve gaining faster moments, better powers, more health etc. However, to keep on surviving as a species you must mate with other animals and get children.
Now I need to spend the rest of the time to polish it up and make the menu system comprehensible and intuitive and not ugly.
I’m in and I have an idea!
My Real Life Kitten
In case you haven’t heard of my recent obsession with kittens, click here.
Good luck to all, let’s have a great LD!
P.S. That photo’s from a few years ago, here’s an updated deskphoto:
Our Karma Machine at Work!
Desk Shot + Code
Friday, April 20th, 2012 4:51 pmHere’s the command center, that’s right I code in a storage closet and that’s my cat Jack. His hobby is to keep me from using the keyboard or mouse.
I also wanted to share this snippet of AS3 code that lets you choose a color and then convert pixels of that color to transparent pixels:
public static function MakeTransparent(source:*, color:uint = 0x00FF00FF) : BitmapData
{
// Get the bitmap data so we can fix it
var bitmapData:BitmapData
if (source is Class)
bitmapData = FP.getBitmap(source);
else if (source is BitmapData)
bitmapData = source;// We aren’t use the transparent feature, hence the color
var bitmapDataNew:BitmapData = new BitmapData(bitmapData.width,
bitmapData.height, true, 0×00000000);
var pt:Point = new Point(0, 0);
var rect:Rectangle = new Rectangle(0, 0, bitmapData.width,
bitmapData.height);
var transparent:uint = 0×00000000;
var maskColor:uint = 0x00FFFFFF;
bitmapDataNew.threshold(bitmapData, rect, pt, “==”, color, transparent, maskColor, true);return bitmapDataNew;
}
Timelapse: The making of Ghost Town
Tuesday, December 20th, 2011 1:36 pmCovers about 20 hours of actual work, most of which spent with a warm cat on my lap.
Post-mortem coming soon!!
Edit: thanks Galman for helping with the embed!
Cats!
Just a reminder, don’t forget to add a cat to your game!

Just about done
And Bob the Kitten is not really helping much

Mo’ Progress!
It’s all coming along pretty well, I’ll have some screenshots to show in a little while, but all the physics are finally cooperating… using a full 3d physics engine for a shmup might have been a bit much, but I think it’ll allow for some cool effects when I get to the polishing stage.
Muffins!

And since everyone seems to be posting pics of their cats:

Progress and Lunch
Ok, I have a window that opens and closes. It’s not that amazing, but it is a lot of boiler-plate code. I probably should have declared that I will be using some existing code to, you know, render a window.
Anyway, on to lunch. That’s right! It’s time for my award-winning peanut butter and pickle sandwich!
I also had carrots, broccoli, grapes, and a peach.
Also, my cats are dealing with my LD-induced schedule fairly well:
how do they always know?
i’m having cat troubles as well.

Starting at less than 6h till deadline :)
So this is where I start… about 5.5 h to deadline. Right now I have one sheet of paper with gameplay plans, 0 lines of code, some gfx made and a cat to help me betatest when its done. Wish me luck

Because of that, I had to move to the living room. So my new desk pic is:
Much assorted junk on the table including Wiimote and Gamecube controller. PS2 controller on floor. Just kidding about the cat – Huzzah always sits on my lap, it did not make me move. Though it often makes my legs fall asleep.




















