UNDER DEVELOPMENT
Just enough to connect a timebomb-server and play Time Bomb in your terminal.
timebomb-client
supports Python 3.6+.
Installation requires python-socketio and npyscreen.
Install the latest stable release from PyPI:
$ pip install timebomb-client --user
Connect to a specific timebomb-server
and start playing.
$ timebomb HOST.ADDRESS
If you're not familiar with this game and want to know more about the rules, check out the The almost-Official Rulebook.
Disclaimer: As this is a terminal implementation, the game is not strictly following those rules, some parts are automated (card shuffling, dealing, random picking, etc...).
This project is under MIT License.