Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcnugets/remote-hotseat

cli based program that utilizes some of the p2p tools to communicate. mainly for turn based games with no access to internet connection
https://github.com/mcnugets/remote-hotseat

cli command-line-tool decentralization gaming hotseat p2p p2p-network purepython python python3 total-war

Last synced: 4 days ago
JSON representation

cli based program that utilizes some of the p2p tools to communicate. mainly for turn based games with no access to internet connection

Awesome Lists containing this project

README

        

# remote-hotseat
simple exe-like program that utilizes some of the p2p tools to communicate. mainly for turn based games with no access to internet connection

## libs
main tools the project uses: pythonp2p, click

## how to start
just run the script like this: `python3 script.py` or `python script.py`
you can use `help` to get to know the cli commands program gives you and act accordingly

---
_Note: I may continue the project to develop it further but that is unlikely_

_Note: since this program somewhat saves data I might incorporate some database management_