Skip to content

Commit

Permalink
Description and Readme are updated. Let me know if anything is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzgvn committed Dec 6, 2014
1 parent b0b3641 commit 07a3e62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 12 additions & 3 deletions DESCRIPTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ He needs to get down a mountain slope, before the enemy catches up with him.
On his way down he must collect as many coins/intelligence as he can so as not to fail M.
If he can make it to the end of the slope safely, an MI6 helicopter is waiting to pick him up.

In order to win:
Playing guide:
James Bond can slide left, right and down using the left, right, down keys respectively.

In order to get the highest score:
Collect as many coins as you can to increase mission points.
Any contact with the enemy agent is fatal. He is trained to kill.
You can track Bond's health by the lives points.
You can track Bond's number of lives by the lives points.
Any contact with trees will damage Bond's health.
You can track Bond's health by the health points. Every time it drops to 0, his lives will decrease by 1.
You can track Bond's health by the health points. Every time it drops to 0, lives points will decrease by 1.
Bond has the ability to resurrect himself three times, thanks to Q.

Levels:
The slope gets steeper each level and so the speeds increase. Tree crashes get more damaging as a result.

High Scores:
Top scores are displayed at the end of the game. They are based on mission points.

2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This game makes use of python 2.7.8 and pygame libraries.
They must be installed in order to run the game.

On your console, run:
On the terminal, run:
<insert path to file>/python.exe <insert path to file>/jamesbond.py
4 changes: 4 additions & 0 deletions high_score.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Kar,135
Kar,30
Kar,100
Deniz,200
Deniz,300
Deniz,50
zined,170

0 comments on commit 07a3e62

Please sign in to comment.