dhobi/LiftPoker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
LiftPoker is an experimental poker app written in Scala/Lift. You want to play? Here you go: http://liftpoker.herokuapp.com/ You want to clone the repository and play LiftPoker locally? Follow the next few steps to make it running. 1. Clone / download liftpoker 2. ./sbt 3. container:start 4. Go to http://localhost:8080 and have fun talking to yourself! Note: LiftPoker uses a free poker library (Java) to evaluate the hands (located in lib folder): http://code.google.com/p/pokerengine/