Metadata-Version: 2.1
Name: rtsgame
Version: 0.5
Summary: The funniest rts in the world
Home-page: https://github.com/ashat1701/rts-game
Author: Mega team
Author-email: harmoning.moagic@ya.ru
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pygame
Requires-Dist: eventlet
Requires-Dist: greenlet
Requires-Dist: python-engineio
Requires-Dist: requests
Requires-Dist: websocket-client
Requires-Dist: python-socketio

[![CircleCI](https://circleci.com/gh/ashat1701/rts-game/tree/dev.svg?style=svg)](https://circleci.com/gh/ashat1701/rts-game/tree/dev)
# RTS game (нет)
Простая игра о том что нужно быть сильным и справлятся с трудностями жизни
# Установка и запуск
* для Debian-based дистрибутивов
```shell
sudo apt install python3-tkinter
sudo pip3 install -r requirements.txt
python 3 ./MainMenu.py
```
* Для Windows
Нужно установить пакет 
[ActionTcl](https://www.activestate.com/products/activetcl/downloads/). Пройдите несложную регистрацию и установите TCL.
После этого аналогично инструкции для linux.


