about summary refs log tree commit diff stats
path: root/lib/Octans/Puzzle
Commit message (Collapse)AuthorAgeFilesLines
* Change subroutine declaration styleAndinus2021-03-031-1/+1
| | | | | | | | From: sub t () {} To: sub t() {}
* Make class Puzzle, remove fancy chars, make module for get-puzzleAndinus2021-03-031-0/+39
- Puzzle is a class that provides the grids & gray-squares. - Fancy chars were removed for ASCII characters. - get-puzzle is now in its own module.
input-focus.js?id=71f6dcdd0c5bfbdb7c37070be9aa70844c05295b'>71f6dcd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50