Coder Social home page Coder Social logo

schneiderl / easypokerhud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kevin-mok/easypokerhud

0.0 0.0 0.0 517 KB

This is the official repository for easyPokerHUD.

Home Page: https://easypokerhud.com

License: GNU General Public License v3.0

C# 100.00%

easypokerhud's Introduction

easyPokerHUD

easyPokerHUD is a free and open-source poker HUD for PokerStars and 888 Poker. It is build with C# and SQLite. The code is released under the GPLv3-license.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

  1. Download and install Visual Studio 2017
  2. Download easyPokerHUD's repository into a folder of your choice
  3. Import easyPokerHUD via "import" in Visual Studio
  4. Download the full SQLite package via the NuGet package manager
  5. Set .net framework to 4.6.1 if it hasn't been already
  6. All set!

Contributing

In case you want to contribute, these are the current points of interest:

  • Extending easyPokerHUD to other poker rooms
  • Reworking the overlay
  • Adding new stats
  • Building a proper database scheme for SQLite
  • Code refactoring

Extending easyPokerHUD to a new poker room

Each poker room has its own folder located in the poker rooms folder. Three classes are needed for easyPokerHUD to support a poker room:

Main.cs

The main.cs file instantiates a new directory watcher to monitor the directory where the poker room stores the users hand history. It also contains a cache for the players as well as as method to store them in the database. Additionally, there is a method to check if the hand is valid to be processed (This can be limited by player count, game mode etc.)

Hand.cs

This class represents a hand for that specific poker room. It gets the path to the hand as input and outputs an object of type hand. This can then be used by the overlay. This class must inherit the class "PokerRoomHand.cs" which can be found in the "Inheritance" folder. It sports a few different methods which are handy to process the .txt containing the played hand.

Overlay.cs

Overlay.cs inherits low level functions needed for the overlay. The only thing to implement is a method for differentiating the different player counts and positioning the stats windows for each player accordingly. The current implementation uses hardcoded positions. A solution for a dynamic positioning would be highly appreciated.

Authors

License

This project is licensed under the GPL v3 License - see the LICENSE.md file for details

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.