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 2715a39 commit d91f12d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ From the root directory: *python infinite_maze*
- 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.

## Assets
Infinite Maze Game makes use of the Pygame library, which is a simple and easy way to
create basic games, import images, and draw shapes.

## Specifications
The only software needed to run this program is Python. Infinite Maze Game
was developed and tested using Python (v2.7.11).


## Special Features
Infinite Maze Game makes use of the Pygame library, which is a simple and easy way to
create basic games, import images, and draw shapes. More information on Pygame can be found
[here](https://www.pygame.org/docs/).

## For Developers
### Code Structure
| Directory | Description |
| ------------------ | ------------- |
| *./img/* | Image resources used in the game. |
| *./infinite_maze/* | All Python code, and complied files. |

0 comments on commit d91f12d

Please sign in to comment.