An open API service indexing awesome lists of open source software.

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

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))
* Fibers

I'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