summaryrefslogtreecommitdiffstats
path: root/spygame
diff options
context:
space:
mode:
Diffstat (limited to 'spygame')
l---------spygame/Dockerfile1
-rw-r--r--spygame/README6
l---------spygame/docker-compose.yml1
l---------spygame/game.py1
l---------spygame/setup.py1
l---------spygame/spymodule.c1
6 files changed, 11 insertions, 0 deletions
diff --git a/spygame/Dockerfile b/spygame/Dockerfile
new file mode 120000
index 0000000..eac64d3
--- /dev/null
+++ b/spygame/Dockerfile
@@ -0,0 +1 @@
+../server/Dockerfile \ No newline at end of file
diff --git a/spygame/README b/spygame/README
new file mode 100644
index 0000000..48c7856
--- /dev/null
+++ b/spygame/README
@@ -0,0 +1,6 @@
+I made a fun and simple game! Find the two numbers in the given list which
+are swapped fast enough and I'll reward you with a flag :)
+
+Im kind of n00b when it comes to python, so I decided to write most of
+my game in C. I heard python uses C under the hood all the time..
+what could possibly go wrong?
diff --git a/spygame/docker-compose.yml b/spygame/docker-compose.yml
new file mode 120000
index 0000000..4495107
--- /dev/null
+++ b/spygame/docker-compose.yml
@@ -0,0 +1 @@
+../server/docker-compose.yml \ No newline at end of file
diff --git a/spygame/game.py b/spygame/game.py
new file mode 120000
index 0000000..1f5c5b6
--- /dev/null
+++ b/spygame/game.py
@@ -0,0 +1 @@
+../server/game.py \ No newline at end of file
diff --git a/spygame/setup.py b/spygame/setup.py
new file mode 120000
index 0000000..f0082bf
--- /dev/null
+++ b/spygame/setup.py
@@ -0,0 +1 @@
+../server/setup.py \ No newline at end of file
diff --git a/spygame/spymodule.c b/spygame/spymodule.c
new file mode 120000
index 0000000..283602f
--- /dev/null
+++ b/spygame/spymodule.c
@@ -0,0 +1 @@
+../server/spymodule.c \ No newline at end of file