https://github.com/timelessnesses/timebomb
Bomb party clone but it's terminal
https://github.com/timelessnesses/timebomb
Last synced: 10 months ago
JSON representation
Bomb party clone but it's terminal
- Host: GitHub
- URL: https://github.com/timelessnesses/timebomb
- Owner: timelessnesses
- Created: 2023-07-15T02:15:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T05:00:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T15:42:44.666Z (over 1 year ago)
- Language: Python
- Size: 865 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timelessnesses.game.time_bomb
holy fuck this game was made under a week.
Welcome to time bomb. A bombparty clone in terminal!
With a somewhat self-made terminal ui framework
## Usage
### Client
Install dependencies with `poetry install --with="client"` then run `poetry run python -m timebomb/client`
### Server
Install dependencies with `poetry install --with="server"` then use your favorite ASGI framework that supports fastAPI (uvicorn comes with default)