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

https://github.com/itsjunetime/pysecrethitler


https://github.com/itsjunetime/pysecrethitler

Last synced: 19 days ago
JSON representation

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!