Skip to content

A really cool networking framework for games built with Scala and KyroNet

License

Notifications You must be signed in to change notification settings

spacekookie/netsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetSync

A super cool networking framework for games, written in Scala with KryoNet. Define multi-client shared state that will automatically propagate changes to all other clients as they happen. A server does negotiation between possibly conflicting changes and merges them apropriately.

This library is still in the very early development stages. The API has not been finalised and some functionality might not work.

How to build

You can build netsync with gradle. All dependencies will be pulled from the internet at compile-time

$ gradle build

An easily usable .jar can be then found under build/lib/netsync-0.1.jar

About

A really cool networking framework for games built with Scala and KyroNet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages