Web Location: Operation White Hat
Exact URL: http://164.92.149.123/
Traditional minesweeper game with a White Hat hacker theme, account functionality, light/dark mode, and leaderboards.
Ivan Lam (PM)
Alejandro Alonso (DEVO)
Theo Fahey (Devo)
Sadid Ethun (Devo)
The following instructions assume that you have Python 3.9 and pip already installed.
Clone this repository.
$ git clone https://github.com/lamdaham/minesweeper_app.git
Create a new virtual environment. Learn more about those here.
$ python3 -m venv your_env_name
$ source your_env_name/bin/activate
Install project dependencies.
$ (your_env_name) pip3 install -r requirements.txt
Run the app.
$ (your_env_name) python3 main.py
Stuyvesant High School
Prof. Mykolyk