An open API service indexing awesome lists of open source software.

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

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)