Support SecDim Play Quick Start Quick Start To quickly start a secure coding challenge: Head to game https://play.secdim.com/ Click on one the available games (e.g. JavaScript, Pathway) Click on "Start Here" challenge and watch the video tutorial. Click on Play and complete the onscreen tutorial Click on "Open In CDE" to start a cloud-based Visual Studio Code Click on "Ready" to open the Visual Studio Code Follow along the commands in the terminal To run the app: make run To run usability tests: make test To run security tests: make securitytest Make the changes to the source code as per video tutorial Run security tests (make securitytest) again to ensure they pass Push your changes to the remote git repository (make push) Navigate to the challenge tab and observe the output of the tests. If they pass you will get the score for the challenge. If you don’t have CDE access, see Complete Challenges Locally for more options.