Coder Social home page Coder Social logo

op-solutions / mplib Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 7.28 MB

MPLib (Mental Poker Library) is open source decentralized gambling library written in c#

License: GNU General Public License v3.0

C# 100.00%
p2p poker crypto mental-poker ethereum-contract ethereum dotnet-standard csharp

mplib's People

Contributors

bakurits avatar dbejanishvili avatar dzliera avatar vmela avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mplib's Issues

Extend CardManager class implementation

CardManager class was previously implemented as DecentratlizedCardShuffler, which was only responsible to shuffle card in provably fair manner. Now we should add card opening functionality to this class, so implement 3 new methods: Task<Card> OpenMyCard(int cardIndex), Task<Card> OpenPublicCard(int cardIndex) and Task OpenOtherPlayerCard(Player targetPlayer, int cardIndex).

Implement TableManager class (for LAN only)

Implement TableManager class which is responsible for connecting players to each other by tables. Users can create a game table/lobby with help of this class and also find other tables in LAN. This class is created and structure is already defined. This issue covers only the first stage implementation of this class, which means creating and finding games on LAN. In the future, this class will extend to create and find games on public internet.

Write unit tests for poker combination detection

Write Unit tests to check poker combination detection. Simulate all poker combinations, see if detection is working well and fix if not. The target classes to write tests for and debug are: All derived classes of Combination.cs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.