Skip to content

Commit

Permalink
Update README. Update to v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkettner committed Jun 19, 2015
1 parent 0d745eb commit e996b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,9 @@ A drop in Unity and NodeJS, Socket.IO based "Lockstep" implementation to support

**This open source project is still in very early alpha development and is by no means to be considered production ready despite its current usability! Security, scalability, and stability are less of a present development concern than the ease of use to the average game developer with little or no extra boilerplate involved.**

#### Quick Start: Video Introduction/Tutorial
You can watch a quick video tutorial of how to Lockstep.IO on Youtube => http://youtu.be/HN_oLZy5tYc

#### Quick Start: Connecting NodeJS and Unity

1. Install NodeJS from https://nodejs.org/ if you don't already have the latest version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lockstep.io",
"version": "0.0.4",
"version": "0.1.0",
"description": "A drop in Unity and NodeJS, Socket.IO based \"Lockstep\" implementation to support rapid development of online games in Unity.",
"main": "./nodejs/lockstep.io.js",
"scripts": {
Expand Down

0 comments on commit e996b0f

Please sign in to comment.