Skip to content

Commit dd8c21d

Browse files
committed
Move challenge creation outline to front
1 parent 5945ecd commit dd8c21d

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,23 @@ Let's get started on turning your CTF dreams into reality!
2929
- Peruse common [topics](/topics/README.md#topical-index) in cmgr problem dev
3030
- Become aware of [common errors](/common-errors/) with cmgr
3131
- Review extensive [problem developer advice](/dev-advice.md)
32+
33+
## Creating a challenge
34+
35+
This is an outline of a problem creation process that works and includes some of
36+
the needs we have for picoCTF (like filling out the Use of Work form). This is
37+
just a suggestion, feel free to develop challenges however feels right to you!
38+
39+
- Get an idea for a challenge
40+
- Reach out to us via [email](mailto:[email protected]) so we can review your
41+
problem idea
42+
- Create a **private** GitHub repository for your challenge(s)
43+
- Add `syreal17` as a collaborator on your repo
44+
- Write a proof-of-concept challenge
45+
- Theme or provide flavor for the challenge
46+
- Package the challenge for cmgr
47+
- Test the challenge in cmgr
48+
- Write a solve script
49+
- Fill out and send the [Use of Work form](/Agreement%20for%20use%20of%20work_picoCTF.pdf)
50+
- Receive feedback
51+
- Observe your challenge in the next competition!

topics/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Here we have gathered some of the most common questions for developing cmgr
44
challenges and provided short answers with examples of how to do certain things.
55

6-
- [Creating a challenge](/topics/create-a-challenge.md). Here's an overview of
7-
the process of creating a challenge from an idea to a deployable cmgr
8-
challenge.
96
- [Adding downloadable artifact](/topics/adding-artifact.md). Most challenges
107
will require interacting with a file artifact. Here's how to present artifacts
118
to players.

topics/create-a-challenge.md

-18
This file was deleted.

0 commit comments

Comments
 (0)