Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c68b73f

Browse files
committed
README: Extended keypad class with custom keypads from JSON file
1 parent fef5d91 commit c68b73f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
44
## My base classes
55
### Solution
66
- Solution for a day can calculate part 1 and 2
7-
- Input is loaded from file input.txt inside the folder of the day
7+
- Input is loaded from file `input.txt` inside the folder of the day
88
- Solutions of a day have to define their own calculate method
99

1010
### Test
1111
- Sets up and tears down calculation of a solution for a day
12-
- Mocks the input from the input.txt by an input string
12+
- Mocks the input from the `input.txt` by an input string
1313

1414
## My libraries
1515
### Point2D
@@ -27,6 +27,8 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
2727
- Image output gets flipped depend on coordinate origin
2828

2929
### Keypad
30+
- Standard is 9-button keypad
31+
- Load custom keypad from JSON file
3032
- Move finger in direction
3133
- Press button and append code
3234

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /