-
-
DTC-Poker
Multiplayer Poker Game for Spoutcraft
Pour debugguer (sous eclipse)
- Faire un dossier "dist" en racine du projet
- ... craftbukkit-1.0.0-dev-SNAPSHOT.jar
------plugins/
------plugins/Poker.jar
------plugins/spout-dev-snapshot.jar
Dans eclipse, ...
-
Poker
A little poker program
This is a start of a poker program
-
dojo-2011-08-poker
Coding Dojo to translate a Poker kata from C# to F#. Only solution is in english.
Read more in http://michelpm.com/blog/2011/12/21/fsharp-coding-dojo/
-
Poker
A couple of programs which determine the poker hand represented by five user specified cards
____________________________________README_____________________________________
poker.c and poker2.c allow the user to specify five playing cards, suit and
rank, ...
-
poker
Poker calculator in Java (hand strength, hand potential, Chen's formula)
poker
=====
Poker calculator in Java (hand strength, hand potential, Chen's formula)
Usage
-----
Check out the main function in Hand.java
-
poker
... poker agents
# Evolving Poker Agents
This is a set of experiments around using Evolutionary Algorithms (EAs) and Neural Networks (NNs) to play strong poker. The goal is to create agents capable of playing well in large games of five or more players.
-
-
poker
Fast poker hand evaluator written in c++/c
This is a fast poker hand evaluator which evaluates projecteuler 54 hands. This code doesn't uses conditional branches. Could be even faster using more threads.
-
-
poker-evaluator
poker hand evaluator
# Poker Hand Evaluator
Poker hand evaluator using the Two Plus Two alogorithm and lookup table.
The ... .js file under /test to try it.
## to install:
npm install poker-evaluator
## Usage:
```js
var PokerEvaluator = require("poker- ...
-