Skip to content

Commit

Permalink
Merge pull request #17 from maxgodfrey2004/update-readme
Browse files Browse the repository at this point in the history
Clean up game specifications table
  • Loading branch information
maxgodfrey2004 authored Aug 26, 2019
2 parents 4faead9 + 9a29310 commit d814e94
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,29 +107,11 @@ The difficulty of each game can be set through command line flags when the appli

The specifications for each game mode are as follows:

- Easy

| | |
|------------|-------------|
| Width | 8 cells |
| Height | 8 cells |
| Mines | 10 |

- Medium

| | |
|------------|-------------|
| Width | 16 cells |
| Height | 16 cells |
| Mines | 40 |

- Hard

| | |
|------------|-------------|
| Width | 30 cells |
| Height | 16 cells |
| Mines | 99 |
| | Grid Width | Grid Height | Mines |
|-----------|---------------|---------------|------------|
| Easy | 8 cells | 8 cells | 10 |
| Medium | 16 cells | 16 cells | 40 |
| Hard | 30 cells | 16 cells | 99 |

## License

Expand Down

0 comments on commit d814e94

Please sign in to comment.