Visit the deployed game here: http://mariset.me/
A fun card game to test your pattern matching skills built with a Python/Flask backend and React frontend.
This project is currently in development. It is complete for single-player use, multiplayer functionality coming soon.
Clone this repository.
Create a virtual environment:
$ virtualenv env
$ source env/bin/activate
Install requirements:
$ pip3 install -r requirements.txt
Run the app:
$ python3 server.py
My goal in building this project was learning and getting more experience working with React by recreating one of my favorite card games!