UNPKG
binions
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
A Javascript Poker game engine
mdp/binions
binions
/
src
/
index.coffee
7 lines
(5 loc)
•
140 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
module
.exports =
Game
:
require
(
'./game'
).
Game
Player
:
require
(
'./player'
).
Player
betting:
noLimit:
require
(
'./betting/no_limit'
)