Submission for CS50-2019 Final Project https://en.wikipedia.org/wiki/Nonogram
The main focus of the project is the game, which i coded in js. Its possible to change the size of the Grid, so a level system could also be implemented When a Users plays a Game his Wins get tracked and all Users are displayed on the Leaderboard
-- Setup Process may vary according --
- Install venv
python3 -m pip install virtualenv
- Setup venv
python3 -m virtualenv venv
- Activate venv
/ProjectDir/venv/Scripts/activate.bat
- Install Required Packages
pip install -r requirements.txt
- Set Flask Application
set FLASK_APP=application.py
- Run
flask run
- Login System
- With a SQLite Database
- Randomly generated Game Grid
- Leaderboard & Profile Tracking
- Backend:
- Flask
- SQLite3
- Frontend:
- JQuery
- Sass