add ogrewatch
This commit is contained in:
parent
44fc307be4
commit
e2bdb4431d
4 changed files with 15 additions and 0 deletions
1
ogrewatch/description.md
Normal file
1
ogrewatch/description.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
My friend was out watching ogres when he heard a strange sound. Could you figure out what it means? [ogreman](${ogreman})
|
4
ogrewatch/grader.py
Normal file
4
ogrewatch/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, answer):
|
||||||
|
if answer.find("d3let3d_f1l3z_r_k00l") != -1:
|
||||||
|
return True, "Correct!"
|
||||||
|
return False, "Nope, try again."
|
BIN
ogrewatch/ogreman
Normal file
BIN
ogrewatch/ogreman
Normal file
Binary file not shown.
10
ogrewatch/problem.yml
Normal file
10
ogrewatch/problem.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
title: Ogrewatch
|
||||||
|
author: neptunia
|
||||||
|
hint: If you're having trouble with the file format, Gary Kessler might help.
|
||||||
|
category: Forensics
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 100
|
||||||
|
files:
|
||||||
|
- ogreman
|
||||||
|
|
Loading…
Reference in a new issue