Skip to content

Commit

Permalink
Updated readme and .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed Apr 10, 2013
1 parent 282d693 commit ec588ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,3 +1 @@
node_modules

npm-debug.log
14 changes: 3 additions & 11 deletions readme.md
Expand Up @@ -2,24 +2,16 @@

multiplayer server for [voxel-engine](http://github.com/maxogden/voxel-engine)

This is a fork of Max Ogden's voxel-server. Install this version, and then run [voxel-hello-client](https://github.com/chrisekelley/voxel-hello-client) to test.
Use with [voxel-client](https://github.com/maxogden/voxel-client)

voxel-hello-client is a version of voxel-hello-world that uses [my version of his voxel-client](https://github.com/chrisekelley/voxel-client) to communicate with voxel-server.
**not done: work in progress**

**not complete: work in progress**

# Get it running on your machine
## Get it running on your machine

```
npm install
```

If you run into the following error: Unexpected "\u0000" at position 0 error:
Use the duplex-emitter included in voxel-client.
TODO: create a fork of duplex-emitter to avoid including the node_modules.
Refer to
https://github.com/pgte/duplex-emitter/issues/4#issuecomment-15699928

Run the start script:

```
Expand Down

0 comments on commit ec588ee

Please sign in to comment.