Skip to content

enarve/set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set

Set is a simple card game, where you need to collect certain combinations of cards from those laid out on the table. See also Numberphile on this game for detailed explanation of rules.

This web-based implementation of a singleplayer with leaderboard is built in Python with Flask on the backend and HTML, CSS and Javascript on the front.

To run the app, navigate to the project folder, install the packages from requirements.txt and use flask run:

$ pip install -r requirements.txt
$ flask run
  * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)