This is a plugin for ddnet++ servers written in lua. It implements the popular card game texas hold 'em. For now there are only tournaments and no cash games. The buy in is paid in the ddnet++ currency. Cards are displayed in the world as unicode strings using nameplates like 🃙🃚. The controls are chat commands such as:
- /poker
- /call
- /allin
- /check
- /raise
- /fold
- /time
# download and build ddnet++ with lua support
git clone git@github.com:DDNetPP/DDNetPP.git --recursive
cd DDNetPP
mkdir build
cd build
cmake .. -DLUA=ON
make
# download the plugin
mkdir plugins
cd plugins
git clone git@github.com:ddnetxx-plugins/poker.git
# run the server
cd ..
./DDNetPP
# now type /poker into the chat
luarocks install simple-assert
make test
