Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsthatguy/starbound-data-types
- Owner: itsthatguy
- Created: 2014-02-23T04:15:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T03:44:45.000Z (over 10 years ago)
- Last Synced: 2024-04-08T16:21:35.387Z (7 months ago)
- Language: CoffeeScript
- Size: 735 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)