Skip to content

Commit

Permalink
readme update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
1024Adam committed Apr 22, 2017
1 parent d91f12d commit be88710
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ As long as participants are able to keep up with the pace of the maze, the
game will never end.

## Execution
From the root directory: *python infinite_maze*
From the root directory: **python infinite_maze**

## Game Definitions
| Term | Definition |
| ------ | ------------ |
| Player | Represented by the 'dot' in game. |
| Pace | A game mechanic in which the game tries to catch up to the player. When the pace successfully catches up, the game is over. |
| Wall | Inhibits the movement of the Player. |
| Point | Awarded when the Player based on movement. |
| Term | Definition |
| ---------- | ------------ |
| **Player** | Represented by the 'dot' in game. |
| **Pace** | A game mechanic in which the game tries to catch up to the player. When the pace successfully catches up, the game is over. |
| **Wall** | Inhibits the movement of the Player. |
| **Point** | Awarded when the Player based on movement. |

## Game Rules
- Objective is to get as far right through the maze as possible without being caught by the pace.
- Points are awarded based on each movement the player performs to the *right*.
- Points are taken away based on each movement the player performs to the *left*.
- Points are awarded based on each movement the player performs to the **right**.
- Points are taken away based on each movement the player performs to the **left**.
- Pace will start at the 30 second mark, and become incrementally quicker every 30 seconds onwards.

## Specifications
Expand All @@ -40,5 +40,5 @@ create basic games, import images, and draw shapes. More information on Pygame c
### Code Structure
| Directory | Description |
| ------------------ | ------------- |
| *./img/* | Image resources used in the game. |
| *./infinite_maze/* | All Python code, and complied files. |
| **./img/** | Image resources used in the game. |
| **./infinite_maze/** | All Python code, and complied files. |

0 comments on commit be88710

Please sign in to comment.