Skip to content

Commit

Permalink
information about alternative difficulty parameters added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw committed Feb 2, 2018
1 parent c4d2991 commit 7cd1694
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ npm start
2. Choose the diffuculty!

3. Enter the indices (0-6) of the weekdays!


## Alternative
1. Run the command:
```bash
npm start [difficulty-number]
```
2. Enter the indices (0-6) of the weekdays!

## Diffuculties
- 1 -> whole current year
- 2 -> whole current year and whole next year
- 3 -> 2000 - 2099
- 4 -> 1900 - 2099
- 5 -> 1900 - 2199
- 6 -> 100 - 2999

0 comments on commit 7cd1694

Please sign in to comment.