An online hacking and treasure hunting game to be done by 20/2/2014.
- Git
- XAMPP v1.8.3.2
- A text editor (preferably Sublime Text)
- A browser (preferably Mozilla Firefox)
-
Make sure you have all the tools installed.
-
Clone the repo:
-
Run a git shell and do a clone. Change the directory accordingly.
git clone https://bitbucket.org/dufferzafar/cryptex.git C:\xampp\htdocs\cryptex
-
Enter your username and password for bitbucket when prompted for one.
-
-
Setup DB:
- Make sure the Apache and MySQL services are running.
- Goto Phpmyadmin
- Create a new database named 'test'
- 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'.
-
Goto Cryptex and try logging in with 'dummy' / 'pass' credentials. Keep your fingers crossed - may the force be with you.
-
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
-
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