Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# This aint my last ride

### **Description :**
>This video game is made by using pure python and pygame only.
>This video game is made using python and pygame only.

It is a 2 player game competeing each other. There are 4 rounds in the game.
- This is a 2 player game where 2 players compete each other and the player with higher score wins the game.
- There are 4 rounds in this game.
>
Score increases by 5 if you cross an obstacle and by 10 for a moving one.
>
The score will be saved even if you die in mid-way.
The score is counted and saved even if the player is eliminated before completion.
>
New enemies and no. of obstacles increase after every round.
New enemies and number of obstacles increase after every round.
>
If a player wins a particular round the enemy speed increases in the next round.
If a player wins a particular round the enemy's speed is increased in the next round.

### Game design
>Controls :
Expand Down