Ball breaker update

November 19th, 2007

Reached a small milestone in my bat and ball game (BallBreaker), the fonts are implemented as bitmap fonts, meaning that everything on the rendered on the game screen is original material.

The current font system is based on tiles, so it should be easy to implement animation and cool stuff next, it definately feels like the project is about 1/2 way to releasable.

Switching to Cairo is starting to seem attractive, especially when making bitmapped versions of the fonts.

For the moment I won’t switch to Cairo as I’m very curious to see what happens to performance when pygame 1.8 comes out.

Another reason I haven’t switched yet is a bit of lazyness - the pycairo msi doesn’t install the cairo dll… and of course the learning that goes with the new API :)

MSys vs Logitech Quickcam

October 22nd, 2007

More MSys troubles, it turns out that sh.exe stackdumps were somehow caused by my Logitech Quickcam.

To stop the segfaults, just kill the lvprcsrv.exe process and things start working again.

Found here

Setting up MSYS

October 21st, 2007

I was getting an error ‘Cannot create executable’ when setting up MSYS, it turns out that the solution is to add

/mingw/libexec/gcc/mingw32/3.4.5

to your /etc/profile.

Cheers to the mailing list at nabble.

Retro font

October 8th, 2007

I’ve just finished the initial version of the font that’ll go into my game ball breaker (”Ball Breaker Caps”)… Some of the characters need more work, but it has the retro-future look I’m going for.

This means that I can feel happy about putting in the high score table and scrolling messages and they’ll have the look I’m going for.

Multitudes of addons and greasemonkey scripts

October 5th, 2007

It seems I use more addons for firefox than I thought… to help speed up setup on other computers I’ve made a page with the current addons and greasemonkey scripts in use… The current list looks like this:

Now if only there was a greasemonkey script or addon to install these automatically I’d be sorted :)

Ball Breaker!

October 5th, 2007

I’ve recently started learning python in earnest, to this end I’ve been writing a bat and ball game. I’m quite suprised at how much you get for your LOC in python… so far it’s about 1,000 LOC and has multiple powerups and bats, plus sound fx by ne7.

Title screen of ball breaker,

Graphics are made in inkscape and the GIMP - ingame screenshot after the cut.  Read the rest of this entry »

Hello interwebs!

October 4th, 2007

Well I gave in and installed some blogging software… mostly I’ll be posting development things I find out and need to remember, and information on ongoing projects.

I might just post the odd weird animated gif here too, in fact theres one below the cut

Read the rest of this entry »