Skip to content

website using flask to play a computer in rock paper scissors

Notifications You must be signed in to change notification settings

soulwa/quickrps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickrps

This is a website designed to play rock-paper-scissors against a random computer opponent. It's built using Flask and sqlite3 to maintain a database tracking global wins, losses, and ties.

To set up the database and run the website, run

$ pip install -r requirements.txt
$ python
>>> from app import init_db()
>>> init_db()
>>> quit
$ flask run

in your terminal.

About

website using flask to play a computer in rock paper scissors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published