mysync

Version, currently master branch1 version
  • master branchlatestAug 22, 2019

github.com/konovod/mysync

UDP protocol library for my games

3 stars
0 dependents
License: GPL-3.0

Installation

# Add this to your shard.yml
dependencies:
  mysync:
    github: konovod/mysync
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.20.5
License
GPL-3.0
Author
Andrey Konovod

Dependencies

Runtime Dependencies

README

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

  • kipar(https://github.com/konovod) Andrey Konovod - creator, maintainer