Webification - PuzzleServer/mainpuzzleserver GitHub Wiki

So you want to webify your own puzzle! "Webification" is the process of making your puzzle an interactive webpage on our site.

  1. Onboard onto the repo by following the steps in Webification environment setup
  2. Read Working with our webification repo to learn how we use Git for source control
  3. [Optional] See My First HTML Course for basics on HTML and CSS
  4. See How to webify a puzzle to tie it all together
  5. [Advanced] See Going Beyond PuzzleJS for some worked examples of complex puzzles
  6. [Advanced] See Webification Style Guide if you like style guides
  7. [Super advanced] See Webification Repo Template Development for an explanation of what our templates do and how to extend them in the future