Skip to content

Commit 0653f43

Browse files
Update README.md
Added video demo
1 parent 4d46f38 commit 0653f43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
__RealtimeMultiplayerNodeJS is a framework specifically for building HTML5 multiplayer games with the Client / Server model__
22

3-
## How to use
3+
# Video Demo
4+
https://vimeo.com/24149718
5+
6+
# How to use
47
1. Download this repo
58
2. In the terminal type "node js/DemoHelloWorld/server.js"
69
3. Browse to "/DemoHelloWorld.html"
@@ -20,4 +23,4 @@ This demo __also shows one implementation__ of having a special kind of entity w
2023
### DemoBox2D
2124
This demo uses a [Box2D.js](https://github.com/HBehrens/box2d.js) implementation to create a world, and show's off the idea of synchronized physics, and taking advantage that all the simulation happens on the server.
2225
It also shows __synchronized interaction__ between multiple users, and an example of sending a message to the server which it interprets back into the game
23-
![DemoBox2D](http://farm6.static.flickr.com/5027/5694599478_7c9339c99c_b.jpg)
26+
![DemoBox2D](http://farm6.static.flickr.com/5027/5694599478_7c9339c99c_b.jpg)

0 commit comments

Comments
 (0)