arka-nitd / digitalfortress

Code for the event Digital Fortress written in Laravel Framework
http://dfbeta.herokuapp.com
1 stars 7 forks source link

DIGITAL FORTRESS

About the Game

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.


Live Website

To view Digital Fortress in action please visit the following website Digital Fortress


Installation and Requirements

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
  1. git clone https://github.com/arka-nitd/digitalfortress.git
  2. sudo chmod 777 -R digitalfortress
  3. composer install
  4. php artisan migrate
  5. php artisan panel:install

Accessing the Admin Panel and setting up the game

Display Model
Question question
Round round
Solved Questions solved
Leaderboard leaderboard
Users users
Hints hints

Screenshots

Login Round 1 Question Answer Response

Admin Dashboard

Credits

Admin Panel by Serverfireteam Socialite Package