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: 9 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T03:44:45.000Z (over 12 years ago)
- Last Synced: 2025-03-06T05:42:01.530Z (over 1 year 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 git@github.com:itsthatguy/starbound-data-types.git
```
### Install project dependencies
```
npm install
```
### Run the tests
```
npm test
```
### Party!
