|  | @@ -3,23 +3,43 @@
 | 
	
		
			
			| 3 | 3 |  (dirty tmp howto)
 | 
	
		
			
			| 4 | 4 |  
 | 
	
		
			
			| 5 | 5 |  Install python 3.4+: https://www.python.org/downloads/
 | 
	
		
			
			|  | 6 | +
 | 
	
		
			
			| 6 | 7 |  Install Git: http://git-scm.com/download/win
 | 
	
		
			
			|  | 8 | +
 | 
	
		
			
			| 7 | 9 |  Execute command C:\Python34\python -m pip install pytmx
 | 
	
		
			
			|  | 10 | +
 | 
	
		
			
			| 8 | 11 |  Install pygame for python3.4: 
 | 
	
		
			
			|  | 12 | +
 | 
	
		
			
			| 9 | 13 |  Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
 | 
	
		
			
			|  | 14 | +
 | 
	
		
			
			| 10 | 15 |  Execute command C:\Python34\python -m pip install Downloads\pygame-1.9.2a0-cp34-none-win32.whl
 | 
	
		
			
			|  | 16 | +
 | 
	
		
			
			| 11 | 17 |  Launch Git Bash program
 | 
	
		
			
			|  | 18 | +
 | 
	
		
			
			| 12 | 19 |  Execute command mkdir ant
 | 
	
		
			
			|  | 20 | +
 | 
	
		
			
			| 13 | 21 |  Execute command git clone https://github.com/buxx/synergine.git ant/synergine
 | 
	
		
			
			|  | 22 | +
 | 
	
		
			
			| 14 | 23 |  Execute command git clone https://github.com/buxx/intelligine.git ant/intelligine
 | 
	
		
			
			|  | 24 | +
 | 
	
		
			
			| 15 | 25 |  Open Cmd
 | 
	
		
			
			|  | 26 | +
 | 
	
		
			
			| 16 | 27 |  cd ant\intelligine\modules
 | 
	
		
			
			|  | 28 | +
 | 
	
		
			
			| 17 | 29 |  rmdir synergine
 | 
	
		
			
			|  | 30 | +
 | 
	
		
			
			| 18 | 31 |  rmdir xyzworld
 | 
	
		
			
			|  | 32 | +
 | 
	
		
			
			| 19 | 33 |  rmdir xyworld
 | 
	
		
			
			|  | 34 | +
 | 
	
		
			
			| 20 | 35 |  mklink /j synergine ..\..\synergine\synergine
 | 
	
		
			
			|  | 36 | +
 | 
	
		
			
			| 21 | 37 |  mklink /j xyzworld ..\..\synergine\modules\xyzworld
 | 
	
		
			
			|  | 38 | +
 | 
	
		
			
			| 22 | 39 |  mklink /j xyworld ..\..\synergine\modules\xyworld
 | 
	
		
			
			|  | 40 | +
 | 
	
		
			
			| 23 | 41 |  Open Cmd
 | 
	
		
			
			|  | 42 | +
 | 
	
		
			
			| 24 | 43 |  cd ant\intelligine
 | 
	
		
			
			|  | 44 | +
 | 
	
		
			
			| 25 | 45 |  C:\Python34\python run.py
 |