Download

FratWars is by no means close to being finished. However, in open source, you must live by the Release Early, Release Often principle. So please download the game, try it out, and if you see anything you'd like to improve we'd be grateful for your support.

If you'd like to check out our current release, click the link below.

Source: FratWars 0.1

Release: FratWars 0.1

For Developers

If you're interested in looking at and building the code we're currently working on, you can checkout our cvs.

How to checkout code from our CVS repository

  1. First you must login anonymously. Do this by
    cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/fratwars login
    
    You'll be asked for a password which you leave blank and press Enter.
  2. Now it's time to get the actual code. Execute the following
    cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/fratwars co -P FratWars
    
    The code is now in the FratWars directory in your current working directory.

How to build FratWars from CVS

The FratWars code must be build with Visual .NET 2003. To do this, create a new solution/project using the Windows application setting. Create a blank project, no MFC or ATL. Now add all the source files to the project. You should not need to link in any additional libraries. Build the project and now you can execute FratWars.