Skip to content

cmukgb/ctfws

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Capture the Flag with Stuff

A somewhat psychotic variation on a classic game.

Debian package requirements

sudo apt-get update
sudo apt-get install imagemagick texlive-latex-base texlive-latex-recommended texlive-fonts-recommended

Generating the rules

  1. You probably want to start by changing a couple header-stuffs for the current semester:

    • In rules/generate.rb, update the semester referenced in the $semester global variable.
    • In rules/history.html, right at the top, update the semester and the link to that semester's Facebook event.
  2. After that, hopefully, you should just have to run make. Hopefully.