about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index 61b41ac..4bc8643 100644
--- a/README.md
+++ b/README.md
@@ -32,18 +32,19 @@ The seed file should be of the following format:
 
 ```
 {
-  "challenges": [
-    {
-      "name": "Evil Service",
-      "description": "A meaningful and funny description",
-      "flag": "CIRCUS[IS_REALLY_COOL]",
-      "container": "challenge-evilservice",
-      "category": "Miscellaneous"
-    },
-    {
-      "name": "Insecure Stuff",
-      [...]
-  ]
+	"challenges": [
+		{
+			"name": "Evil Service",
+			"description": "A meaningful and funny description",
+			"flag": "CIRCUS[IS_REALLY_COOL]",
+			"container": "challenge-evilservice",
+			"category": "Miscellaneous",
+			"points": 100
+		},
+		{
+			"name": "Insecure Stuff",
+			[...]
+	]
 }
 ```
 
@@ -76,6 +77,7 @@ The seed file should be of the following format:
 			"name": "ChallengeName",
 			"description": "Some meaningful, interesting and funny description",
 			"category": "Miscellaneous",
+			"points": 100,
 			"foundFlag": false, // whether the user found the flag
 			"ContainsLaunchable": true, // if set to true: there's a container which can be started/stopped
 			"IPAddress": "1.2.3.4" // contains the IP address if the container is running