Backups and Clone/Reconstruction/Development sources for Boardspace.net
There are 3 main areas of interest.
Client contains sources necessary to build the client programs that connect to the server and play the games. Major sub-branches exist for the desktop, pure java, client program, and for the codename1 port for IOS and Android
Server contains the files necessary to build boardspace.net on top of a standard L.A.M.P platform or a Windows platform. Some assembly required, to say the least, but everything you need should be there.
Docs contains information about how to put it all together. A lot of arcane knowledge is needed to turn these raw resources into a working game site, look here for hints.
If you have just downloaded this from GitHub, you're probably most interested in working on a
game, either to improve an existing game, or to implement your own game. The "usual" development
environment for games uses the Eclipse IDE for java. Get started by duplicating the client/eclipse
folder, call the new folder "myeclipse", and follow the instructions in the readme file there.