https://github.com/jedevc/hack-the-midlands-2018
Kitten Kollector - Scavenger hunt organization tool
https://github.com/jedevc/hack-the-midlands-2018
Last synced: 4 months ago
JSON representation
Kitten Kollector - Scavenger hunt organization tool
- Host: GitHub
- URL: https://github.com/jedevc/hack-the-midlands-2018
- Owner: jedevc
- License: mit
- Created: 2018-11-03T12:08:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T13:18:38.000Z (over 7 years ago)
- Last Synced: 2025-10-09T11:09:17.000Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kitten Kollector
Kitten Kollector is that tool you've always wanted to run a scavenger hunt,
whether it be in one building or all over a city. Think Pokemon Go. But with
kittens. And made in 24 hours.
Simply generate any number of kittens that you like with a unique code, and
then write down the codes where people can find them. Anyone can then use the
website to redeem the codes and get their kitten.
## Tools
We created Kitten Kollector using flask with python on the backend and HTML5
with bootstrap on the frontend. The icons are generated using
[robohash](https://robohash.org/).
The app was made to be deployed to Google App Platform, but you could
conceivably host it anywhere.
## Team
The team was [Joseph Snell](https://github.com/JDSSDJ1), Katie Midgley, and
[Justin Chadwell](https://github.com/jedevc).
## Installation
If for some reason you decide you actually want to run kitten kollector (not
really recommended as some parts are extremely hacky), run the following
commands to download kitten kollector and install all of its dependencies.
$ git clone https://github.com/jedevc/kitten-kollector.git
$ cd kitten-kollector
$ pip install -r requirements.txt
Then running the app is just as easy as:
$ python main.py
## License
All code is licensed under the MIT license.