Giter VIP home page Giter VIP logo

pyker's Introduction

pyker

Python Poker code.

This is really a companion to my haskell-holdem project. It may eventually turn into something useful. Right now I use it for sketching.

  • Björn

pyker-pots

pyker-pots is a command line utility to visualize how bets will affect main and side pots. Run pyker-pots -h for usage information.

For example, the pots on this MyPokerCorner article can be visualized using the command:

$ pyker-pots -p p1=1000 -p p2=1000 -p p3=1000 -p p4=200 \
      p1=50 p2=50 p3=50 p4=50 \
      p1=100 p2=100 p3=200 p4=150 p1=100

pyker-hand

pyker-hand is a simple hand classification utility of dubious usefulness.

For example, you can do the following (the first number is an integer score):

$ pyker-hand -c "3h 3c 3s tc th" best "3d jh" "8h 9h"
2599073 Four of a Kind of Threes, kicker Jack
2227779 Full House, 3 Threes and 2 Ten

The Game

You can run pyker/game.py for a semi-working No-Limit Texas Hold'em game where you control all players. It is not done yet...

pyker's People

Contributors

bjornedstrom avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.