We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef5d91 commit c68b73fCopy full SHA for c68b73f
README.md
@@ -4,12 +4,12 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
4
## My base classes
5
### Solution
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
+- Input is loaded from file `input.txt` inside the folder of the day
8
- Solutions of a day have to define their own calculate method
9
10
### Test
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
+- Mocks the input from the `input.txt` by an input string
13
14
## My libraries
15
### Point2D
@@ -27,6 +27,8 @@ My solutions for [adventofcode.com (2016)](http://adventofcode.com/2016) with Py
27
- Image output gets flipped depend on coordinate origin
28
29
### Keypad
30
+- Standard is 9-button keypad
31
+- Load custom keypad from JSON file
32
- Move finger in direction
33
- Press button and append code
34
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments