File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
4
4
## My base classes
5
5
### Solution
6
6
- 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
8
8
- Solutions of a day have to define their own calculate method
9
9
10
10
### Test
11
11
- 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
13
13
14
14
## My libraries
15
15
### Point2D
@@ -27,6 +27,8 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
27
27
- Image output gets flipped depend on coordinate origin
28
28
29
29
### Keypad
30
+ - Standard is 9-button keypad
31
+ - Load custom keypad from JSON file
30
32
- Move finger in direction
31
33
- Press button and append code
32
34
You can’t perform that action at this time.
0 commit comments