Skip to content

lakshmi-srinivas/TreasureHunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TreasureHunt

Php based online treasure hunt game setup

Instalation Notes:

  1. make sure that your PHP server is working properly.
  2. chmod to 777 the "data" Directory.
  3. chmod to 666 the files in the "data" Directory.

Some Explanations:

  • The first member that registere is admin
  • There can be only one admin, and he cannot be deleted
  • First player to answer will get max_score and all the subsequent answers will be awarded 50 points less than previous one. (Eg: first 1000, then 950, 900, etc).
  • If you want to hange this value, goto "game.php" in modules and change the value of "$dec" to desired value. If you dont want to decrement the score, set it to ZERO.

Add Questions:

  • Open the file named "questions.php" in "data" directory
  • Add questions in the followinf format
    • question_no|question|answer|0|max_score|
    • If you want to display image in the question, replace '0' with any question number

mindex.php is the one I used to set as home page, when I'm making some changes to game.


Techniful
Follow, if you like: Facebook Google+

About

Php based online treasure hunt game setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.5%
  • JavaScript 32.9%
  • PHP 16.6%