From e8dd0365e59133ecea4dd51e7bac6409e31861b2 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Wed, 23 Aug 2023 23:21:36 +0200 Subject: [PATCH] added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17a5d43 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# picoGym Practice Challenges + +## Layout + +Every challenge is located in its own folder. +The folder name is the challenge id, as found in the URL () + +Inside the folder there is an `inputs` subfolder which just includes all the files from the challenge description. + +Executing `main.py` runs the challenge.