diff --git a/.gitignore b/.gitignore index 68bc17f..59d9c08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VS code workspace +.vscode + +# Data folder +data + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 1f31e5f..4877ae7 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ -# Postrias \ No newline at end of file +# Postrias + +## License + +This game is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License. + +## Introduction + +### Story + +### Gameplay + +## Distribution + +This game is available on the PlayStore and on Github. + +## Authors + +This game has been developed in 2020 by : + +- Paul Creusy +- Clément Perrin +- Balthazar Patiachvili +- Alexis Guillon +- Yohan Abehssera + +and remastered in 2023 for its Android and Github release by : + +- Paul Creusy +- Agathe Aris \ No newline at end of file diff --git a/main.kv b/main.kv new file mode 100644 index 0000000..b7b1bd8 --- /dev/null +++ b/main.kv @@ -0,0 +1 @@ +# kivy v2.1.0 \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..0f51b3f --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +__version = "1.0.0"