You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
7
7
## About
8
8
9
-
**This 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.
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.
10
10
11
-
<i>
12
-
</i>
11
+
> **_IMPORTANT:_** To run this game you need to start real minecraft server (by default it is 1.16.3 offline mode java edition on ip localhost:25565).
13
12
14
-
#### Installation
13
+
> By default node.js server is served at http://localhost:8080.
0 commit comments