descriptionnone
owneroskarsh@riseup.net
last changeSat, 25 Dec 2021 13:16:06 +0000 (25 16:16 +0300)
content tags
add:
README
django-quest
============

The quest maker I've written for my sister's birthday. Do you make a scavenger
hunt and need to store tasks somewhere? You would like this project then!

The application requires Python 3.7+ and Django.

To create a game:

	* pipenv install,

	* edit and copy project/project/local_settings.py.example to
	  project/project/local_settings.py,
	
	* manage.py migrate,

	* create a superuser and run the server,

	* enter in /admin via web-browser,

	* create quest levels (at least one is required) in an admin page,

	* try to solve the quest and get gz emojis!

Notes: when you are logged as an admin you can jump between levels without
writing an answer, HTMLs are written in Russian but they are so simple that you
can edit them yourself in a gamers' language.

Contact with me at last commit author's email and read LICENSE file (it's
Apache 2) if you need to be calm the code is free as in speech.
shortlog
2021-12-25 Oskar SharipovRemove "import os" from license textmaster
2021-03-02 Oskar SharipovComment what "/load/..." link isv1.0.1
2021-03-02 Oskar SharipovRemove ujson from reqs and update Pipfile.lock
2021-03-02 Oskar SharipovIncrease information in README
2021-03-02 Oskar SharipovWrite README
2021-03-02 Oskar SharipovLicense code under Apache 2
2020-06-10 Oskar SharipovAuto resize images
2020-06-09 Oskar SharipovFix height in styles of state
2020-06-09 Oskar SharipovShow answer in last level
2020-06-09 Oskar SharipovFix 404 on winning and visiting previous levels
2020-06-09 Oskar SharipovFix 'not-showing-last-level'
2020-06-08 Oskar SharipovCollect statics
2020-06-08 Oskar SharipovAllow every host to connect to the server
2020-06-08 Oskar SharipovAdd start and end pagev1.0.0
2020-06-08 Oskar SharipovChange form styles
2020-06-08 Oskar SharipovAdd border to content
...
tags
3 years ago v1.0.1
3 years ago v1.0.0 Версия, готовая к реализации
heads
2 years ago master