Getting Started with the Convergame Engine
Everything you need to know to get the Convergame Engine installed.
Installing Convergame Engine via Bower (Recommended)
If you are downloading Convergame to use for your choice of engine during game development then please use Bower to keep up to date with the latest release. First ensure that you have bower installed then use the following command inside your game source code directory:
bower install convergame
Installing Convergame Engine via Git Submodule
If you wish to develop Convergame Engine further, then we currently suggest that you clone the example game source from our GitHub repository:
git clone https://github.com/convergame/convergame-tech-demo.git
After that, you should add the Convergame Engine repository as a Git Submodule by using the following command once you are inside the example game source code:
git submodule add https://github.com/convergame/convergame-engine.git
Updated less than a minute ago
