Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcnugets/remote-hotseat
- Owner: mcnugets
- Created: 2024-04-09T10:48:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T17:32:52.000Z (8 months ago)
- Last Synced: 2024-11-11T05:09:56.152Z (2 months ago)
- Topics: cli, command-line-tool, decentralization, gaming, hotseat, p2p, p2p-network, purepython, python, python3, total-war
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_