diff options
| author | Louis Burda <quent.burda@gmail.com> | 2025-01-17 23:45:00 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2025-01-17 23:45:00 +0100 |
| commit | 48cb64edfa5bcbd9485bbeda453549f216eed2a7 (patch) | |
| tree | 9c7268e9dddf051fe747902eac800a5dba277731 /spygame | |
| download | nullcon2023-spygame-master.tar.gz nullcon2023-spygame-master.zip | |
Diffstat (limited to 'spygame')
| l--------- | spygame/Dockerfile | 1 | ||||
| -rw-r--r-- | spygame/README | 6 | ||||
| l--------- | spygame/docker-compose.yml | 1 | ||||
| l--------- | spygame/game.py | 1 | ||||
| l--------- | spygame/setup.py | 1 | ||||
| l--------- | spygame/spymodule.c | 1 |
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 |
