JavaScript Mass Interactive Narrative Environment
game-name/ # Your game-specific files
commands/ # Your custom commands
types/ # Your custom object types
config.yml # The main configuration file
test/ # Your custom unit tests
jasmine/ # The jasmine core sourcecode; do not modify
game/ # The default game directory to be copied for a new game
commands/ # Built in commands
types/ # Built in object types
test/ # Unit tests
jasmine # The main executable