Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharpbit/flag-guessr
https://github.com/sharpbit/flag-guessr
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharpbit/flag-guessr
- Owner: SharpBit
- License: mit
- Created: 2024-08-14T02:38:55.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T03:32:21.000Z (3 months ago)
- Last Synced: 2024-08-24T04:34:24.708Z (3 months 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`