DirtY BLoB WaRs

DirtY BLoB WaRs is a platformer game based on Parallel Realities' Blob Wars: Metal Blob Solid. Currently there's two version in the two branches:

  • master: based on Parallel Realities' code, contains some minor changes/fixes/hacks. Playable, but except some minor problems, whose are unlikely to get fixed.. This remains licensed under GPL 2+.
  • new: a new engine, mostly written from scratch except for some parts borrowed from other games (lisp reader, tinygettext, babyxml, ...; see the sources for more details). Currently unplayable (no input support, for example..). This is released under GPL 3+, except some parts that dual-licensed GPL/WTFPL.

Getting the game

Depencies

There's currently no stable release. The first stable release will made after the engine rewrite. Until that you can use git to get the source. You can clone the repository with the following command:

git clone git://repo.or.cz/dbw.git
cd dbw
# optionally checkout new branch
#git checkout origin/new
#git checkout -b new
# run ./waf --help for info on available options
./waf configure
./waf
./dirtyblobwars

Links

Valid XHTML 1.0 Strict Valid CSS 3.0!

Last commit (to this file): 8bbedcd Kővágó Zoltán@2008-08-11 23:52:09 +0200: More info, standards conformance.