https://github.com/itsjunetime/pysecrethitler
https://github.com/itsjunetime/pysecrethitler
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsjunetime/pysecrethitler
- Owner: itsjunetime
- Created: 2020-04-26T06:35:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T00:51:26.000Z (almost 6 years ago)
- Last Synced: 2025-12-31T05:08:20.913Z (6 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secret Hitler
This is a python version of the popular board/card game called 'Secret Hitler'. It is intended to be played on a singular computer, although a version which can be played on multiple computers is in the works.
It is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0), just as the original game was and as is specified on [the official site](https://secrethitler.com)
## To install
```shell
pip3 install pyInquirer
git clone https://github.com/iandwelker/pySecretHitler
```
## To run
```shell
cd pySecretHitler
python3 ./shgui.py
```
Please file issues if there are any! Feel free to contact me if you have any questions! Thank you!