https://github.com/sharpbit/flag-guessr
https://github.com/sharpbit/flag-guessr
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharpbit/flag-guessr
- Owner: SharpBit
- License: mit
- Created: 2024-08-14T02:38:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-24T03:32:21.000Z (over 1 year ago)
- Last Synced: 2025-01-10T03:14:14.161Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flag Guessr
A web game to guess the flag based on correct overlapping regions.
### Setup Instructions
1. Clone the repo
2. Install requirements with `pip install -r requirements.txt`
3. Run the app with `flask run`