Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thmslmr/timebomb-client
Just enough to run Time Bomb in your terminal
https://github.com/thmslmr/timebomb-client
game npyscreen python3 socket-io timebomb
Last synced: 28 days ago
JSON representation
Just enough to run Time Bomb in your terminal
- Host: GitHub
- URL: https://github.com/thmslmr/timebomb-client
- Owner: thmslmr
- Created: 2020-03-29T21:12:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:44:54.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T01:02:48.787Z (about 1 month ago)
- Topics: game, npyscreen, python3, socket-io, timebomb
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Time Bomb Client
---
[![pypi](https://img.shields.io/pypi/v/timebomb-client.svg)](https://pypi.python.org/pypi/timebomb-client)
[![versions](https://img.shields.io/pypi/pyversions/timebomb-client.svg)](https://github.com/thmslmr/timebomb-client)**UNDER DEVELOPMENT**
Just enough to connect a [timebomb-server](https://github.com/thmslmr/timebomb-server) and play Time Bomb in your terminal.
Dependencies
---`timebomb-client` supports Python 3.6+.
Installation requires [python-socketio](https://github.com/miguelgrinberg/python-socketio) and [npyscreen](https://github.com/npcole/npyscreen).
Installation
---Install the latest stable release from PyPI:
```bash
$ pip install timebomb-client --user
```Run
---Connect to a specific `timebomb-server` and start playing.
```bash
$ timebomb HOST.ADDRESS
```Rules
---If you're not familiar with this game and want to know more about the rules, check out the [The *almost*-Official Rulebook](./RULES.md).
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...).
License
---This project is under [MIT License](./LICENSE).