Main.SideBar (edit) |
Main /
AnnouncementDraftRelease of Boson 0.13, a Real Time Strategy (RTS) game for the K Desktop Environment. Most of the work since the last release has been on behind the scenes features, such as fixing various issues with the new cmake based build system (which has made our life a lot easier) and a lot of small code improvements. Also the groundwork of a few new features has been layed that will get used in a later release, but are not yet supported by the game. An example here is code support for radar jammers. The actual user-visible highlights of this release:
Note that many core features are still in development and thus Boson is still mostly unplayable. For a longer, though still very incomplete list see http://boson.eu.org/announces/changelog-0.13.php Requirements Downloading Boson Installation instructions tar xjvf boson-all-0.13.tar.bz2 cd boson-all-0.13 mkdir build cd build cmake .. make make install If you want to install at a different prefix, use "cmake -DCMAKE_INSTALL_PREFIX=/install/boson/to .." instead of the "cmake .." line. The Boson Team http://boson.eu.org |