mirror of https://github.com/dirtbags/moth.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.github/ISSUE_TEMPLATE | 1 year ago | |
.vscode | 3 years ago | |
build | 1 year ago | |
cmd | 1 week ago | |
contrib | 4 years ago | |
docs | 1 week ago | |
example-puzzles | 2 years ago | |
pkg | 1 year ago | |
theme | 1 week ago | |
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 5 months ago | |
CHANGELOG.md | 11 months ago | |
LICENSE.md | 4 years ago | |
README.md | 1 year ago | |
go.mod | 1 month ago | |
go.sum | 1 month ago |
README.md
Dirtbags Monarch Of The Hill Server
Monarch Of The Hill (MOTH) is a puzzle server. We (the authors) have used it for instructional and contest events called "Tracer FIRE", "Project 2", "HACK", "Queen Of The Hill", "Cyber Spark", "Cyber Fire", "Cyber Fire Puzzles", and "Cyber Fire Foundry".
Information about these events is at http://dirtbags.net/contest/
A few things make MOTH different than other Capture The Flag server projects:
- Once any team opens a puzzle, all teams can work on it (high fives to DC949/Orange County for this idea)
- No penalties for wrong answers
- No time-based point deductions (if you're faster, you get to answer more puzzles)
- No internal notion of ranking or score: it only stores an event log, and scoreboards parse it however they want
- All puzzles must be compiled to static content before it can be served up
- The server does very little: most functionality is in client-side JavaScript
You can read more about why we made these decisions in philosophy.
Run in demonstration mode
docker run --rm -it -p 8080:8080 ghcr.io/dirtbags/moth-devel
Then open http://localhost:8080/ and check out the example puzzles.
Documentation
- Development: The development server lets you create and test categories, and compile mothballs.
- Getting Started: This guide will get you started with a production server.
- Administration: How to set hours, and change setup.
Contributing to MOTH
Please read our contributing guide.