Skip to content

ddnetxx-plugins/poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

280 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poker

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

poker preview

installation

# 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

tests

luarocks install simple-assert
make test

About

Texas hold 'em as lua plugin for ddnet++ servers (teeworlds/ddnet server mod)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages