77aab6f9cb
In order to make bin/daenerys more extensible and usable from outside with more configuration, the bootstrap of the game object has been moved to bin/daenerys where it is a closure stored in LotGD\Core\Console\Main. Commands now call Main::createGame() instead of Bootstrap::createGame(). Added the command database:init Merges #43 Closes #40