Skip to content

Commit

Permalink
Add screen recording and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzhu-li committed Sep 30, 2016
1 parent a9795a9 commit a7cea10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
@@ -1,10 +1,16 @@
## snake-multiplayer
snake-multiplayer
------

A multi-player snake game made with nodejs and socket.io.
A network snake game synchronization made with nodejs and socket.io.

#### Branches

`master` - For high-latency networks. Using `rollback & prediction` non-blocking synchronization strategy

`blocking_synchronized_version` - For low-latency networks (<100ms RTT). Simple and robust.

#### Live Demo

A live demo is hosted on: [https://yunzhu.li/apps/snake](https://yunzhu.li/apps/snake)

![Screen Recording](resources/screen_recording.gif)
Binary file added resources/screen_recording.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7cea10

Please sign in to comment.