Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsthatguy/starbound-data-types

Starbound packet datatype readers and writers implemented in coffeescript
https://github.com/itsthatguy/starbound-data-types

Last synced: about 6 hours ago
JSON representation

Starbound packet datatype readers and writers implemented in coffeescript

Awesome Lists containing this project

README

        

# Starbound Data Types

*NOTE: This is very much a work in progress*

The starbound server and client communicate using many custom data types at a binary level. This repository is an adventure in implementing those data types.

Reference: http://starbound-dev.org/networking/data-types.html

## Setup

### Install Node
Navigate your browsing device here: http://nodejs.org/

### Clone the repo
```
git clone [email protected]:itsthatguy/starbound-data-types.git
```

### Install project dependencies
```
npm install
```

### Run the tests
```
npm test
```

### Party!
![](http://media.giphy.com/media/umyu04vCvYI9i/giphy.gif)