A simple web-based Rock-Paper-Scissors game using Python and HTML.
- Play Rock, Paper, Scissors in the browser
- Python backend using
http.server - Random computer moves
- JSON-based API
- Python 3.7+
- Web browser
- Open cmd in game folder
- Then run this comment python server.py (this will start the python HTTP server)
- Then open browser http://localhost:8000