Wednesday, March 30, 2011

Starting the Wumpus

I suppose I could make a Wumpus clone using GTK and Cairo.

Ok, project for this weekend (assuming I get to coding between my cousin's wedding and the usual weekend chores):

1) Initialize a Cairo window and put something there. A line, circle, box, anything.

2) Figure out how to load in an image and repeat that image (like tiles)

3) Create an array (2d if I'm feeling sassy) with values 0, 1, or 2 where each number means a different thing - lets say color of a box. Read the array and create a tile accordingly in the Cairo window.

4) See if I can get the dev/runtime dev stuff on OS X so I don't have to use the Ubuntu boot in VirtualBox.

No comments:

Post a Comment