Skip to content

Commit 234dcc6

Browse files
committed
cleanup code
1 parent 1f7ab99 commit 234dcc6

File tree

6 files changed

+428
-789
lines changed

6 files changed

+428
-789
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66

77
## About
88

9-
**Web-minecraft is minecraft client written in CoffeeScript.** From web browser this client connects to node.js server and then to real minecraft server, so you can play minecraft in the browser. By default node.js server is served at http://localhost:8080.
9+
**Web-minecraft is minecraft client written in CoffeeScript.** From web browser this client connects to node.js server and then to real minecraft server, so you can play minecraft in the browser.
1010

1111

1212
### Installation
1313
```bash
14-
#Clone repo
15-
git clone https://github.com/michaljaz/web-minecraft
16-
cd web-minecraft
17-
1814
#Install node.js libraries
1915
npm install
2016

@@ -30,14 +26,14 @@ npm run server
3026

3127
```
3228

33-
### OPTION 1: Development setup
29+
### Development setup
3430
```bash
3531
#Start node server with webpack middleware
3632
npm run dev
3733

3834
```
3935

40-
### OPTION 2: Production setup
36+
### Production setup
4137
```bash
4238
#Cleaning dist folder (old game bundles)
4339
npm run clean
@@ -51,6 +47,6 @@ npm start
5147
```
5248

5349
### Screenshots
54-
[<img src="https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png" alt="screen6" width="300">](https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png)
55-
[<img src="https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png" alt="screen6" width="300">](https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png)
56-
[<img src="https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png" alt="screen6" width="300">](https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png)
50+
[<img src="https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png" alt="screen6" width="30%">](https://i.ibb.co/BLyct2H/Screenshot-from-2021-01-27-21-20-23.png)
51+
[<img src="https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png" alt="screen6" width="30%">](https://i.ibb.co/jzZVrT2/Screenshot-from-2021-01-27-21-13-37.png)
52+
[<img src="https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png" alt="screen6" width="30%">](https://i.ibb.co/tKmnJ8D/Screenshot-from-2021-01-27-21-16-12.png)

0 commit comments

Comments
 (0)