mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
- Introduced `scenario-schema.json` to define the structure and requirements for scenario.json.erb files. - Implemented `validate_scenario.rb` to render ERB templates to JSON and validate against the schema. - Created a comprehensive `SCENARIO_JSON_FORMAT_GUIDE.md` to outline the correct format for scenario files, including required fields, room definitions, objectives, and common mistakes.
3 lines
166 B
Plaintext
3 lines
166 B
Plaintext
<%# Backup of original file before restructuring %>
|
|
<%= File.read('/home/cliffe/Files/Projects/Code/BreakEscape/BreakEscape/scenarios/m01_first_contact.json.erb') %>
|