/mysync

UDP protocol library for my games

Primary LanguageCrystalGNU General Public License v3.0GPL-3.0

mysync

UDP protocol library for games, inspired by http://gafferongames.com articles (but missing all things i don't need in my games). Totally WIP.

Installation

Add this to your application's shard.yml:

dependencies:
  mysync:
    github: konovod/mysync

Usage

require "mysync"

see spec dir for usage examples. Sample game will be opensourced at some point

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/konovod/mysync/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors