Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewanshrawat15/cyquest
A fully featured online treasure hunt playground. Just set the questions, register required users and start the hunt.
https://github.com/dewanshrawat15/cyquest
cryptic-hunt database database-management django game hacktoberfest hacktoberfest2021 hunt python quizapp superuser treasure-hunt webapp
Last synced: 8 days ago
JSON representation
A fully featured online treasure hunt playground. Just set the questions, register required users and start the hunt.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/cyquest
- Owner: dewanshrawat15
- License: mit
- Created: 2018-10-26T10:47:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T09:10:50.000Z (about 3 years ago)
- Last Synced: 2023-10-20T19:18:33.281Z (about 1 year ago)
- Topics: cryptic-hunt, database, database-management, django, game, hacktoberfest, hacktoberfest2021, hunt, python, quizapp, superuser, treasure-hunt, webapp
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cyquest
Cyquest is an online hunt app. Still in the development phase. The whole project runs on Django.
- A user registers himself up. Then only can he take part in the online hunt.
- There is a superuser account. Only the superuser can grant or revoke other admin rights.
- There is a page for setting up questions. Only admins have that right.
- Once, the questions are set, a user can play the game, see the leaderboard and stuff.# Requirement
Any system with python 3 (preferably 3.6) and terminal.# Usage
- Navigate to the cloned repository.
- Run pip install -r requirements.txt
- Run python manage.py runserver# Working On
Currently working on improving the UI# Known Issue
None as of now. Feel free to open an issue if any!# Wanna Contribute ?
Yeah, sure, why not. Just be sure to connect with me at [dewanshrawat.me](https://dewanshrawat.me)# Originality
Cyquest is an online cryptic treasure hunt organised by Converge Clan. The whole app was based on
PHP and SQL. I implemented the whole idea on Django# License
> The MIT License