diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95492f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*__pycache__ +snetiments +test \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2071b23 --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/UML/Bullet.png b/UML/Bullet.png new file mode 100644 index 0000000..d2a2832 Binary files /dev/null and b/UML/Bullet.png differ diff --git a/UML/Entities.png b/UML/Entities.png new file mode 100644 index 0000000..e9963cd Binary files /dev/null and b/UML/Entities.png differ diff --git a/UML/Foods.png b/UML/Foods.png new file mode 100644 index 0000000..4e7b09e Binary files /dev/null and b/UML/Foods.png differ diff --git a/UML/GameLevelView.png b/UML/GameLevelView.png new file mode 100644 index 0000000..bc9e48c Binary files /dev/null and b/UML/GameLevelView.png differ diff --git a/UML/SceneElements.png b/UML/SceneElements.png new file mode 100644 index 0000000..990512f Binary files /dev/null and b/UML/SceneElements.png differ diff --git a/UML/Status.png b/UML/Status.png new file mode 100644 index 0000000..a09ddf5 Binary files /dev/null and b/UML/Status.png differ diff --git a/UML/TankGame.png b/UML/TankGame.png new file mode 100644 index 0000000..5096063 Binary files /dev/null and b/UML/TankGame.png differ diff --git a/UML/Tanks.png b/UML/Tanks.png new file mode 100644 index 0000000..b770b2b Binary files /dev/null and b/UML/Tanks.png differ diff --git a/UML/Usecases.png b/UML/Usecases.png new file mode 100644 index 0000000..d6a7e0c Binary files /dev/null and b/UML/Usecases.png differ diff --git a/UML/Views.png b/UML/Views.png new file mode 100644 index 0000000..da68793 Binary files /dev/null and b/UML/Views.png differ diff --git a/UML/clazz1.png b/UML/clazz1.png new file mode 100644 index 0000000..024ffa4 Binary files /dev/null and b/UML/clazz1.png differ diff --git a/UML/clazz2.png b/UML/clazz2.png new file mode 100644 index 0000000..09afdf9 Binary files /dev/null and b/UML/clazz2.png differ diff --git a/UML/clazz3.png b/UML/clazz3.png new file mode 100644 index 0000000..24ee1a2 Binary files /dev/null and b/UML/clazz3.png differ diff --git a/UML/clazz4.png b/UML/clazz4.png new file mode 100644 index 0000000..f192ab9 Binary files /dev/null and b/UML/clazz4.png differ