INSTALL ===================== Windows -------------------- (dirty tmp howto) Install python 3.4+: https://www.python.org/downloads/ Install Git: http://git-scm.com/download/win Execute command ```` C:\Python34\python -m pip install pytmx ```` Install pygame for python3.4: Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame Execute command ```` C:\Python34\python -m pip install "Downloads\pygame-1.9.2a0-cp34-none-win32.whl" ```` Launch Git Bash program and execute command ```` git clone https://github.com/buxx/intelligine.git ant/intelligine ```` Open Cmd and execute commands ```` cd intelligine git clone https://github.com/buxx/synergine.git git clone https://github.com/buxx/synergine_xyz.git ```` Open new Cmd: ```` cd intelligine C:\Python34\python run.py multi ```` Linux ------------------- You need python3.4+ and git. Clone the project: ```` git clone https://github.com/buxx/intelligine.git ant/intelligine ```` Install requirements: ```` pip install -r requirements.txt ```` It's ready ```` python run.py multi ````