about summary refs log tree commit diff stats
path: root/hanoi.lua
Commit message (Expand)AuthorAgeFilesLines
* learning about Lua's debug infrastructureKartik K. Agaram2021-11-111-0/+21
* main function for other apps besides life.telivaKartik K. Agaram2021-11-101-22/+25
* why do we refresh screen after reading keyboard?Kartik K. Agaram2021-11-101-2/+0
* .Kartik K. Agaram2021-11-071-0/+1
* new example: counter appKartik K. Agaram2021-11-061-1/+0
* simple interface for adding to app menuKartik K. Agaram2021-11-061-0/+1
* adjust app style a tad denserKartik K. Agaram2021-11-061-18/+9
* tweak the example appKartik K. Agaram2021-11-061-8/+9
* slightly improve hanoi renderingKartik K. Agaram2021-11-051-1/+1
* colors: init_pair/color_pairKartik K. Agaram2021-11-051-4/+13
* slightly clearer rendering in the example appKartik K. Agaram2021-11-051-3/+11
* make some space for the global menuKartik K. Agaram2021-11-051-0/+1
* rename 'screen' to 'window'Kartik K. Agaram2021-11-051-17/+17
* resist the temptation to add to the Lua APIKartik K. Agaram2021-11-051-4/+13
* ok, what do we need next for hanoi.lua?Kartik K. Agaram2021-11-051-2/+2
* a simple test "app": towers of hanoiKartik K. Agaram2021-10-231-0/+78
:27:18 -0800 4890 - new html renderings' href='/akkartik/mu/commit/html/subx/examples/ex3.subx.html?h=main&id=ac07e589b3e912c704c2011d543f18b16712ff15'>ac07e589 ^
60338448 ^
695f9bf8 ^
60338448 ^
695f9bf8 ^
ac07e589 ^

bb2b6ba7 ^















695f9bf8 ^
bb2b6ba7 ^















c9bda4d1 ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^
60338448 ^
ee0e67b9 ^

c56d803c ^


bb2b6ba7 ^
a0d3cac4 ^
14a38052 ^


d1c9392a ^
695f9bf8 ^
33352536 ^



695f9bf8 ^


33352536 ^
6070c23e ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
86351aaf ^
695f9bf8 ^

a0d3cac4 ^



bb2b6ba7 ^



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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98