@@ -23,53 +23,49 @@ cd web-minecraft
2323npm install
2424
2525```
26- <h3 >Uruchamianie gry</h3 >
26+ <h3 >Defaultowa konfiguracja:</h3 >
27+ <img src="src/config.png"
28+ alt="screenshot"
29+ style="margin-right: 10px;" />
30+ <br >
31+ Można zmieniać konfigurację edytując plik <b >server/config.json</b >.
32+ <h3 >Dla deweloperów</h3 >
2733
2834``` bash
2935
30- # Uruchamianie konsoli
36+ # Uruchamianie konsoli i serwera node.js (Gra z defaultu hostowana pod linkiem: http://localhost:8080)
3137npm start
3238
33- # Po uruchomieniu serwera gra zostanie (z defaultu) hostowana pod linkiem: http://localhost:8080
34- ```
35-
36- <h3 >Dla deweloperów</h3 >
37-
38- ``` bash
39-
4039# Generowanie atlasu tekstur
4140npm run atlas
4241
4342# Uruchamianie kompilatora coffeescript
4443npm run coffee
4544
46- # Instalacja i uruchamianie serwera minecraftowego
45+ # Instalacja i uruchamianie serwera minecraftowego (Możesz też użyć swojego)
4746npm run mcserver
4847
4948# Model gry
5049npm run diagram
5150```
5251
53-
54-
5552<h3 >DEMO</h3 >
5653
5754Demonstracja gry znajduje się pod adresem: <a href =" http://mc.grok.eu " >http://mc.grok.eu </a >
5855
5956<h3 >Screenshoty:</h3 >
60-
6157<img src="src/screen1.png"
6258 alt="screenshot"
63- style="float: left; margin-right: 10px;" />
59+ style="margin-right: 10px;" />
6460<img src="src/screen2.png"
6561 alt="screenshot"
66- style="float: left; margin-right: 10px;" />
62+ style="margin-right: 10px;" />
6763<img src="src/screen3.png"
6864 alt="screenshot"
6965 style="float: left; margin-right: 10px;" />
7066<img src="src/screen4.png"
7167 alt="screenshot"
72- style="float: left; margin-right: 10px;" />
68+ style="margin-right: 10px;" />
7369
7470
7571
0 commit comments