Initial commit: initial backend, objects and game-logic implementation

This commit is contained in:
Евгений Титаренко 2023-03-19 17:17:31 +03:00
commit cf16878503
4 changed files with 896 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
streets.txt
__pycache__
.idea