https://github.com/mcartmell/merlion
A Poker engine in Ruby that speaks many protocols
https://github.com/mcartmell/merlion
Last synced: 2 months ago
JSON representation
A Poker engine in Ruby that speaks many protocols
- Host: GitHub
- URL: https://github.com/mcartmell/merlion
- Owner: mcartmell
- Created: 2013-07-03T20:14:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T15:23:04.000Z (about 9 years ago)
- Last Synced: 2025-01-31T06:45:05.802Z (4 months ago)
- Language: Ruby
- Size: 88.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merlion
Merlion is a poker server written in Ruby.
It uses:
* [EventMachine](https://github.com/eventmachine/eventmachine)
* WebSockets (via [em-websocket](https://github.com/igrigorik/em-websocket))
* FibersI've written a frontend to it called [merlion-web](https://github.com/mcartmell/merlion-web).
You can see it in action, and play against Merlion bots, here: http://poker.mikec.me/
# TODO
* Handle split pots correctly
* No Limit games
* Simple bots for self-play benchmarking
* TCP server and support for connecting to our own server as a client