Digital Fortress is an Online Detective cum Quizzing game which was live in MUKTI 2016, the annual foss symposium where an user is presented with a set of questions based on a theme and a main question which he/she needs to solve to proceed to the next round. On solving each preliminary question of a round a latitude-longitude position is unlocked which gets plotted on a Google Map. This points on the map, shaped formed with multiple points on the map, etc are hints for solving the main question of that round.
To view Digital Fortress in action please visit the following website Digital Fortress
DB_DATABASE=digitalfortress
DB_USERNAME=<username>
DB_PASSWORD=<password>
FB_ID='facebook_app_id';
FB_SECRET='facebook_app_secret'
FB_REDIRECT= 'siteurl/login/fb/callback'
where siteurl = http://localhost:8000 for local development assuming default port 8000
git clone https://github.com/arka-nitd/digitalfortress.git
sudo chmod 777 -R digitalfortress
composer install
php artisan migrate
php artisan panel:install
Email Id : admin@change.me
Password : 12345
Display | Model |
---|---|
Question | question |
Round | round |
Solved Questions | solved |
Leaderboard | leaderboard |
Users | users |
Hints | hints |
Admin Panel by Serverfireteam Socialite Package