https://github.com/diegonti/quickfox
Simple web app for a game me and my friends created
https://github.com/diegonti/quickfox
card-game flask game python
Last synced: about 2 months ago
JSON representation
Simple web app for a game me and my friends created
- Host: GitHub
- URL: https://github.com/diegonti/quickfox
- Owner: diegonti
- Created: 2023-10-05T11:37:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T11:38:25.000Z (over 2 years ago)
- Last Synced: 2025-03-04T05:31:23.238Z (over 1 year ago)
- Topics: card-game, flask, game, python
- Language: HTML
- Homepage: http://quickfox.pythonanywhere.com/
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Fox: Play with Friends (Web App)
Quick Fox is a combination of question-answer games (Trivia, random questions, most probable to, etc) to play with friends.
My friend group and I first created a simple version of the game with physical cards, but notice that if we wanted to add more questions we would have to create (and pay) for these new cards. That's when the idea came of doing a simple web app so that we could play and include as many questions as we wanted.
And since I'm the biggest nerd when it comes to programming, I was eager to delve a little deeper into the world of web development. So, I got to work to create a simple version of the game and, in the process, learn a bit more.
The web is developed in simple HTML/CSS and the communication and backend is managed with Flask (Python)
Hosted on: [https://quickfox.pythonanywhere.com](https://quickfox.pythonanywhere.com)