This is a simple rock-paper-scissors game. Enjoy it - http://rps.glitchdev.space.
apt-get install git python
git clone https://github.com/gl1tchdev/RPSmin
cd RPSmin
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python app.py Use this and wsgi.py to run app with gunicorn and nginx
