GithubHelp home page GithubHelp logo

bhola-b2c / digitalfortress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lugnitdgp/digitalfortress

0.0 1.0 0.0 7.32 MB

PHP 3.22% JavaScript 68.70% ApacheConf 0.01% CSS 25.66% HTML 2.40%

digitalfortress's Introduction

DIGITAL FORTRESS

About the Game

Digital Fortress is an Online Detective game which was live in MUKTI 2017, 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


Prerequisites

Installation

  • Create a database and set the database configuration in .env file, using MySQL.
DB_HOST=localhost
DB_USERNAME='database_user'
DB_PASSWORD='database_password'
DB_DATABASE='database_name'
  • Create your facebook app and add the following details in .env file
FB_ID='facebook_app_id';
FB_SECRET='facebook_app_secret'
FB_REDIRECT= 'siteurl/login/fb/callback'
where siteurl = http://localhost:8000 for local development
  • Then follow the below steps to get digital fortress up and running
  1. git clone https://github.com/lugnitdgp/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

  • Either use the sample db_dump.sql file to populate your database with the questions or add questions and monitor the app from the admin panel.
  • To access the admin panel follow the steps:
  • Goto Digital Fortress
  • Use the following credentials :
Email Id : [email protected]
Password : 12345
  • Edit your profile and change password accordingly
  • Goto the links table and add the following models in it
Display Model
Question Details question
Round Details round
Solved Questions solved
Leaderboard leaderboard
Users users
Hints hints
  • Now you can add utilise all the admin features of the game.

Credits

Admin Panel by Serverfireteam Socialite Package

digitalfortress's People

Contributors

arka-nitd avatar devanshgoenka97 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.