About Me | Blog | Egoboo 2.x | Building Egoboo with MinGW

Egoboo 2.x

Egoboo 2.x is a fork of the Egoboo 2.22 codebase in which I like to experiment with new ideas and features. I don't make very quick progress on it, as I tend to work in short spurts with long breaks in between. Currently, there's not-very-functional support for playing the game with a friend over a network, and a new front-end menu system that I think is pretty spiffy.

Egoboo 2.x Main Menu

It's also the only way to play the game on Mac OS X at the moment, so that's kind of cool. :)

I use ENet for the game's networking layer. It's a small library, but it saved me a lot of time and pain that I would've spent fighting with bare sockets. The first release I made with networking support was back in June 2005.

Fighting with the game's original menu code turned out to be exhausting, but around that time I came across Casey Muratori's talk on Immediate Mode Graphical User Interfaces. It sounded like a neat idea, so I quickly whipped up an implementation of it for Egoboo, with the intention of replacing all of the original menus. Sadly, I haven't gotten around to finishing that yet, though the game is still playable. At present however, the network functionality is not exposed, which I'm the first to admit is kind of lame.

If you want to try Egoboo 2.x out, the best way to do that is to download the current version of the Egoboo Resurrection Project. That project's using a recent release of Egoboo 2.x with added support for music.

If you don't want to use the Egoboo Resurrection release for some reason, installation into an existing copy of Egoboo is easy. Just download the version you need below and extract it into your Egoboo directory. You might want to back up your copy of Egoboo.exe first, just in case.

Egoboo 2.x Module Select Screen

Egoboo 2.x has been tested and runs on Windows XP and Mac OS X version 10.3 and 10.4. It does not currently build or run on Linux/FreeBSD; I had to make some changes to the filesystem code for networking support and I haven't gotten around to porting the changes to those platforms yet.

Downloads

Windows XP - egoboo-win32-r67.zip
Mac OS X - egoboo-osx-r68.dmg
Source Code - egoboo-src-r69.zip