
I just started working on the networking in the game. It meant moving a lot of code around but I’m pretty happy with the results which is it very uninspiring connection screen (hint hint UI artists) which after connecting to a server will load up the main game.
We’re using Enet for the networking library which can be pretty tough to get your head around the code, however it’s worth it.
Apart from initially connecting to the server the code does not do much else at the moment. However it is exciting to see how the code forms more and more of a game whenever I get the time to work on it.
I already committed this version to bzr so you can check it out and see. You’ll need to do “./hardwar –help” to get a full list of commands.
