-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmaterial.yaml
More file actions
209 lines (199 loc) · 6.67 KB
/
material.yaml
File metadata and controls
209 lines (199 loc) · 6.67 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Flyers:
- title: 'Flyer for kids'
path: flyer-kids
en: flyer-kids.pdf
de: flyer-kids-de.pdf
printing: 'two pages double sided, folded in three'
Posters:
- title: 'CoderDojo'
path: poster
en: coderdojo-a3.pdf
print: single page
- title : 'CoderDojo Zürich'
path: poster
en: coderdojo-zh-a3.pdf
printint: single page
- title: 'Lightbot'
path: poster
en: lightbot-a3.pdf
print: one page; has transparencies
- title: 'Lua Löve'
path: poster
en: lua-love-a3.pdf
print: one page
- title: 'Scratch'
path: poster
en: scratch-a3.pdf
print: one landscape page with two logos; cut horizontally
Arduino:
- title: 'Connect to Linux'
path: cards-arduino/connect-linux
en-a4: arduino-connection-linux-a4-enUs.pdf
en-a6: arduino-connection-linux-a6-enUs.pdf
status:
- front or last page can be added
printing: '4 pages A6 booklet, one sheet, double-sided; print A4, cut in two horizontally and stitch'
Lightbot:
- title: 'Starting with Lightbot'
path: cards-lightbot/start
en-a4: lightbot-start-a4-en.pdf
en-a6: lightbot-start-a6-en.pdf
status:
- back page is free
printing: 'single page A6 flyer; one sheet, single sided; print A4 and cut in four; contains transparencies'
Lua Love:
- title: 'Adding assets'
path: cards-lua-love/assets
en-a4: love-first-asset-a4-enUS.pdf
en-a6: love-first-asset-a6-enUS.pdf
status:
- missing footer with author
printing: 'one sheet, double sided; print A4 and cut in two horizontally'
- title: 'The Atom editor'
path: cards-lua-love/atom-editor
en-a4: love-atom-a4-enUS.pdf
en-a6: love-atom-a6-enUS.pdf
status:
- missing footer with author
printing: 'one sheet A6, double sided; print A4 and cut in two horizontally'
- title: 'Bounce on paddle'
path: cards-lua-love/bounce-on-paddle
status:
- '`main.lua` runs, the bouncing code is not correct; no cards'
- title: 'Check collision'
path: cards-lua-love/check-collision
en-a4: love-check-collision-a4-enUS.pdf
en-a6: love-check-collision-a6-enUS.pdf
printing: '4 pages, double sided; print A4, cut in two horizontally, stitch'
- title: 'Classes and Objects'
path: cards-lua-love/classes
en-a4: love-class-native-a4-enUS.pdf
en-a6: love-class-native-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- title: 'Classes: Score with native classes'
path: cards-lua-love/classes
en-a4: love-score-with-native-class-a4-enUS.pdf
en-a6: love-score-with-native-class-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- title: 'Classes with Classic classes'
path: cards-lua-love/classes
en-a4: class-classic-a4-enUS.pdf
en-a6: class-classic-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- title: 'Classe: Score with Classic classes'
path: cards-lua-love/classes
en-a4: love-score-with-classic-a4-enUS.pdf
en-a6: love-score-with-classic-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- title: 'Dropping down'
path: cards-lua-love/dropping-down
en-a4: dropping-down-a4-enUS.pdf
en-a6: dropping-down-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- title: 'Your first program'
path: cards-lua-love/first-program
en-a4: love-first-program-a4-enUs.pdf
en-a6: love-first-program-a6-enUs.pdf
status:
- missing footer with author
- 'should be changed to use projects and `alt-l`'
printing: 'one sheet, double sided; print A4 and cut in two horizontally'
- Follow the mouse:
path: cards-lua-love/follow-mouse
en-a4: follow-mouse-a4-enUS.pdf
en-a6: follow-mouse-a6-enUS.pdf
status:
- missing footer with author
printing: 'one sheet, double sided; print A4, cut in two horizontally'
- title: 'Installing Löve'
path: cards-lua-love/install
en-a4: love-install-a4-enUS.pdf
en-a6: love-install-a6-enUS.pdf
status:
- back page is free
printing: 'one sheet A6, double sided; print A4 and cut in four'
- title: 'Many of one kind'
path: cards-lua-love/many-of-one
en-a4: many-of-one-a4-enUS.pdf
en-a6: many-of-one-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two horizontally'
- Moving around:
path: cards-lua-love/moving-around
en-a4: love-moving-around-a4-enUS.pdf
en-a6: love-moving-around-a6-enUS.pdf
status:
- missing footer with author
printing: 'one sheet, double sided; print A4, cut in two horizontally'
- Moving randomly:
path: cards-lua-love/moving-randomly
en-a4: love-moving-randomly-a4-enUS.pdf
en-a6: love-moving-randomly-a6-enUS.pdf
status:
- the graphics should be improved
- missing footer with author
printing: 'one sheet, double sided; print A4, cut in two horizontally'
Scratch:
- Starting:
path: cards-scratch/starting
en-a4: scratch-join-a4-en.pdf
en-a6: scratch-join-a6-en.pdf
status:
- possibly separate start and join
- missing footer with author
- translate into german
printing: 'one sheet, double sided; print A4, cut in four'
- MIT starter cards:
path: cards-scratch/mit-starter-cards
en-a4: cards-a4.pdf
en-a6: cards-a6.pdf
en-a4: cards-a4-deCH.pdf
en-a6: cards-a6-deCH.pdf
printing: '6 pages, double sided; print A4, cut in four'
- MIT make it fly:
path: cards-scratch/mit-maket-it-fly
en-a4: make-it-fly-a4-enUS.pdf
en-a6: make-it-fly-a6-enUS.pdf
printing: '4 pages, double sided; print A4, cut in two, stitched'
- Coordinates:
path: cards-scratch/coordinates
en-a4: cards-coordinates-a4.pdf
en-a6: cards-coordinates-a6.pdf
printing: '1 page, double sided; print A4, cut in four'
- Jumping:
path: cards-scratch/jumping
en-a4: cards-jumping-a4-enUS.pdf
en-a6: cards-jumping-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in two'
- Show numbers:
path: cards-scratch/show-numbers
en-a4: show-numbers-a4-enUS.pdf
en-a6: show-numbers-a6-enUS.pdf
printing: '2 pages, double sided; print A4, cut in four'
- Car race:
path: cards-games/car-race
en-a4: car-race-a4-en.pdf
en-a6: car-race-a6-en.pdf
de-a4: car-race-a4-deCH.pdf
de-a6: car-race-a6-deCH.pdf
printing: '2 pages, double sided; print A4, cut in two; stiched'
- Dose:
path: cards-games/dose
en-a4: dose-a4-en.pdf
en-a6: dose-a6-en.pdf
de-a4: dose-a4-deCH.pdf
de-a6: dose-a6-deCH.pdf
printing: '2 pages, double sided; print A4, cut in two; stiched'
- Pong:
path: cards-games/pong
en-a4: pong-a4-en.pdf
en-a6: pong-a6-en.pdf
de-a4: pong-a4-deCH.pdf
de-a6: pong-a6-deCH.pdf
printing: '2 pages, double sided; print A4, cut in two; stiched'
- Breakout:
path: cards-scratch/breakout-game
en-a4: breakout-a4-en.pdf
en-a6: breakout-a6-en.pdf
de-a4: breakout-a4-deCH.pdf
de-a6: breakout-a6-deCH.pdf
printing: '2 pages, double sided; print A4, cut in two; stiched'