Browse Source

Merge branch 'master' of github.com:buxx/OpenCombat

Bastien Sevajol 6 years ago
parent
commit
25104830f8
1 changed files with 16 additions and 1 deletions
  1. 16 1
      README.md

+ 16 - 1
README.md View File

@@ -4,7 +4,11 @@ Open source close combat inspired game
4 4
 
5 5
 # Install
6 6
 
7
-OpenCombat is in development mode. Considering in your virtual environment, install synergine2:
7
+OS require: build-essential libsdl1.2debian libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev
8
+
9
+Note: OpenCombat is in development mode. 
10
+
11
+Considering in your virtual environment, install synergine2:
8 12
 
9 13
     git clone https://github.com/buxx/synergine2.git
10 14
     cd synergine2
@@ -15,8 +19,19 @@ Then install additional or specific version of development environment:
15 19
 
16 20
     pip install -r requirements.txt
17 21
 
22
+You also need a running redis server (used db number is `0`, soon configurable). 
23
+
18 24
 # Run
19 25
 
20 26
 Example run:
21 27
 
22 28
     python run.py opencombat/maps/003
29
+
30
+# Actual keys
31
+
32
+When unit selected: 
33
+
34
+* R: run
35
+* C: crouch
36
+* M: move
37
+* F: fire (not implemented)