Hello Community,
yesterday I’ve finally been pushing the Source Code of AndEngine to Google Code. Check it out here:
http://code.google.com/p/andengine/
So if you want to get a first view on how to make games with AndEngine, you should take a look at this repository:
AndEngine Examples
Additionally I pushed out (most of) the extensions that I’m developing:
AndEngine Physics Box2D Extension
AndEngine Live-Wallpaper Extension
AndEngine Augmented-Reality Extension
You might wonder why did I choose Mercurial (hg) over git and svn ?
svn might be well known, but it can easily be broken.
git is not supported by Google Code, also the Windows support is worse than for hg.
hg is a well working Distributed Version Control System, with good Windows support and it works with Google Code.
All you need to pull using hg is the HGEclipse / MercurialEclipse-Plugin for Eclipse.
Best Regards,
Nicolas
