This directory contains a series of challenges for the Universal Constructor project. Each challenge is designed to test and simulate various features and capabilities of the construction system.
- Challenges are separated into directories numbered sequentially (e.g.,
00_template,01_hello_world). - Each directory contains an ordered set of JavaScript files that represent steps in the challenge.
- Step files are named sequentially and should be run in order (e.g.,
01_instructions.js,02_action.js). - The last step file in each challenge will end with a congratulatory message upon successful completion.
- Read the first step file for instructions.
- Complete the tasks as directed.
- Run subsequent step files to check your work and receive further instructions.
- The cleanup script can be run to remove all
output.txt,output.js, andoutput/directories before starting a new challenge.