-
-
I-Dojo-Fortes
Solução do problema de poker (C#, Ruby e Java) - http://dojopuzzles.com/problemas/exibe/poker/
# I Dojo Fortes
-
Botting-Library
... contains parts of an automated gameplay (ie. botting) framework. It has been used for various problems and games, such as Poker, Backgammon, Blackjack and "house games". Parts of the code has been used by the author to create bots for fun for Bejeweled ...
-
startuppoker_spectator
... is a web application to display startuppoker sessions.
Simply start the spectator, go to http://your_url/table_name/ and watch some poker action!

-
FPDB-for-OSX
Free Poker DataBase development, with a focus on OSX.
Qt branch notes
===============
This is a port of fpdb to Qt (specifically, PyQt5). It is a work in
progress. Please
[report](https://github.com/philroberts/FPDB-for-OSX/issues) bugs or
missing ...
-
poker_engine
A poker engine implemented in c++
## Poker Engine
This repository contains an implementation of a poker engine that I wrote when I was first learning C++. I used it to explore ``, templates, classes, friends, inheritance (both single and ...
-
vpoker
vpoker
vpoker is a rule engine to build poker bot.
It has a prebuilt integration with openholdem.org
You define your rules in one or multiples yaml files. Put them in a directory
and then load the strategy with bot file.
## Examples:
preflop.yaml.vpk: ...
-
parsley
A gem for parsing poker hand history files
# Parsley
This gem will take a poker hand history as listed below, and converts it into a series of key/value pairs.
# Before:
Stage #C446764591: Holdem No Limit $0.02 - 2011-04-13 16:32:54 (ET)
...
-
-
cards.js
... Create an empty deck of cards
var deck = new CardsJS.Deck();
// Seed the deck with a standard 52 card poker deck
deck.seed('poker');
// Add a couple jokers
deck.add([
new CardsJS.Card('other', 'joker'),
new CardsJS.Card('other', 'joker')
]);
...
-
-