MPLib (Mental Poker Library) is open source decentralized gambling library written in c# (.Netstandard 2). Since it's written in .Netstandard 2.0 it can be consumed by any .Net project. Unity games are intended to be primary consumer of this library. This project is currently under development and first supported game will be "Texas Holdem Poker".
Why this game library is special?
Main feature of this library is decentralized structure. The game process is completely serverless, clients are connected directly to each other and communicating without trusted 3rd party.
Players are able to play Fair game over network without trusting anyone (neither other players, or any 3rd party).
Cryptography makes it possible play Fair, Transparent game, where every player client is verifying fairness of game himself!