Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 593 Bytes

File metadata and controls

22 lines (21 loc) · 593 Bytes

Description

This is a simple rock-paper-scissors game. Enjoy it - http://rps.glitchdev.space.

Install

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

Run

Development

python app.py 

Production

Use this and wsgi.py to run app with gunicorn and nginx