lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Making bin/daenerys more extensible #43

Closed Vassyli closed 8 years ago

Vassyli commented 8 years ago

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

austenmc commented 8 years ago

lgtm. Push it.