Full-stack web app to solve the Dragon-Fjord puzzle of the day using an optimised depth-first-search approach.
Read the write up here! https://medium.com/@reubenjamesbishop/taking-all-of-the-fun-out-of-puzzles-with-python-flask-a81f001a6cb0
Clone the repo and run pip install -r requirements.txt
.
Run python app.py
to start the backend flask server.
In /frontend
run npm install
and then npm start
to initiate the frontend.
Co-authored by Reuben Bishop, Eric Wyten and Navin Shah.