Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinl95/quipped
An addictive word game for friends!
https://github.com/kevinl95/quipped
azure flask flask-application game jquery pwa python webapp word
Last synced: about 14 hours ago
JSON representation
An addictive word game for friends!
- Host: GitHub
- URL: https://github.com/kevinl95/quipped
- Owner: kevinl95
- License: apache-2.0
- Created: 2023-03-24T21:25:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T16:33:41.000Z (about 1 year ago)
- Last Synced: 2024-05-28T15:11:33.330Z (5 months ago)
- Topics: azure, flask, flask-application, game, jquery, pwa, python, webapp, word
- Language: JavaScript
- Homepage: https://quipped.app
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quipped
![Azure Deployment](https://github.com/kevinl95/quipped/actions/workflows/main_quip.yml/badge.svg)
![logo](./static/images/logo.jpg)
Every day Quipped challenges you and your friends to produce a word with the highest score from today's puzzle! As a Python and Azure powered progressive web app you can play from anywhere!
Use Python 3.11 to get started. You can install all dependencies from requirements.txt You can then run Gunicorn (Quipped's web server of choice) to test/play Quipped:
```
python -m pip install -r requirements.txt
gunicorn --bind=0.0.0.0 --timeout 600 "app:create_app()"
```You can play Quipped live [here!](https://quipped.app)
Check out the .github/workflows/main_quip.yml file to see how you can deploy this app for yourself using Microsoft's Azure App Service!