Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.09 KB

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