0.1.0 • Published 9 years ago

jasmine-mush v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

JaSMINE

JavaScript Mass Interactive Narrative Environment

Build Status Coverage Status Dependency Status License

Directory Structure

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