Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 2.49 KB

Old-README.md

File metadata and controls

92 lines (55 loc) · 2.49 KB

Cryptex v0.8

An online hacking and treasure hunting game to be done by 20/2/2014.

Table of Contents

Setup Instructions

Tools needed:

Setup:

  1. Make sure you have all the tools installed.

  2. Clone the repo:

    1. Run a git shell and do a clone. Change the directory accordingly.

       git clone https://bitbucket.org/dufferzafar/cryptex.git C:\xampp\htdocs\cryptex
      
    2. Enter your username and password for bitbucket when prompted for one.

  3. Setup DB:

    1. Make sure the Apache and MySQL services are running.
    2. Goto Phpmyadmin
    3. Create a new database named 'test'
    4. Import the file DB-Setup.sql into the database. This will create all the required tables and a user named 'dummy' with the password 'pass'.
  4. Goto Cryptex and try logging in with 'dummy' / 'pass' credentials. Keep your fingers crossed - may the force be with you.

Contributions

  • Make sure you have a local clone - you don't have to fork it on bitbucket to contribute.

  • Make sure you are in sync with the remote:

      git pull --rebase
    
  • Create a new branch whenever you want to add a feature - do not change anything in the 'master' branch directly.

      git checkout -b new_feature
    
  • Make whatever changes you want to.

      git status
      
      git add -A
    
      git commit -m "New Cool Feature"
    
  • Do not merge anything with 'master', just Push.

      git push -u origin new_feature
    

Read Git-Workflow for reasons.

To read git's man pages do:

    git help command_name

Todo

  • Facebook Integration

    • Test logins
    • Post to profile?
  • Remove Logout Ajax Call


Aditya

  • Modal on 1st Level

  • Tell your friends

  • Levels: Fillers + Hints

  • Harry Potter Data ?


  • Remove all debugging related help like mysql_error()
  • Remove reset functionality
  • Merge all click handlers to one file
  • Merge JS