-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexperiments.html
executable file
·424 lines (389 loc) · 16.1 KB
/
experiments.html
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/custom.css" media="screen"/>
<style>
img {
margin: 1em 0;
display: block;
}
hr {
margin: 3em 0;
}
</style>
<title>Techbot.github.io by Techbot</title>
</head>
<body>
<!-- {% include header.html %} -->
<section class="experiments">
<a class="section-title" name="experiments"><h2>Games and Code Experiments</h2></a>
<div class="container grid">
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/platformer.png">
<div class="description">
<h2>
Platformer
</h2>
<!-- <a href="http://emc23.com/experiments/platform/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>Using PhaserJS and Box2D, <a href="https://github.com/codevinsky/phaser-HudManager" target="_blank">Phaser HUD Manager</a>, particle and weapon plugin, created in collaboration at <a href="https://www.meetup.com/Saturday-Coding-Amsterdam" target="_blank">Saturday Coding Amsterdam</a>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/hex-grid-grid1.png">
<div class="description">
<h2>
Hex Investigations
</h2>
<!-- <a href="/hex-investigations/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>Using Hexel, Phaser and code by <a href="http://www.emanueleferonato.com" target="_blank">Emanuele Feronato</a>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/might-n-magic.png">
<div class="description">
<h2>
Might n' Magick
</h2>
<h3>
RPG (deep dungeons of doom clone)
</h3>
<!-- <a href="/might/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/onegameamonth.png">
One Game a month Theme: Might
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/css-layout-playground.png">
<div class="description">
<h2>
CSS layout playground
</h2>
<h3>
Starter html and css for various CSS Grid layout experiments
</h3>
</div>
</div>
<div class="grid-item special">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/cyberpunk2014.png">
<div class="description">
<h2>
cyberpunk2014
</h2>
<h3>Glitch-Core</h3>
<!-- <a href="/cyberpunk2014/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
For <a href="http://itch.io/jam/cyberpunk-jam" target="_blank">cyberpunk jam</a> organised by <a href="http://gamejolt.com/profile/devi-ever/33809/" target="_blank">Devi Ever</a> in March 2014. CraftyJs and the backgrounds and characters are built using Poser3D.
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/onegameamonth.png">
One Game a month Theme: Glitch
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template015_screenshot.jpg" width="300px">
<div class="description">
<h2>
template015
</h2>
<h3>Techbotron
</h3>
<!-- <a href="/template015/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>A basic attempt at a Robotron clone, using craftyJs. I started by using the code from Lost Gardens and a Pong example I found and iteratively turned it into a basic shoot-em-up using the mouse to aim and the cursor keys to move around. Uses craftyJs and totally not finished.
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/touch-demo-screenshot.png">
<div class="description">
<h2>
<a href="https://github.com/left23/touch-demo" target="_blank"></a>
</h2>
<h3>
Html, CSS, JS mobile interaction experiment
</h3>
<!-- <a href="http://emc23.com/experiments/touch_demo/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/whack-a-monarch.png">
<div class="description">
<h2>
<a href="https://github.com/left23/ogamMay" target="_blank">Whack-a-monarch</a>
</h2>
<h3>
jQuery whack-a-mole game
</h3>
<!-- <a href="/ogamMay/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/onegameamonth.png">
One Game a month Theme: Family
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template013_screenshot.jpg" width="300px">
<div class="description">
<h2>
template013
</h2>
<h3>Simple multi-dimensional shooter in Javascript
</h3>
<!-- <a href="/template013/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/midi-hsl.gif">
<div class="description">
<h2>
<a href="https://github.com/left23/midi-hsl" target="_blank">HSL colour changer</a>
</h2>
<h3>Javascipt, For USB MIDI controller
</h3>
<!-- <a href="/template012/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template012_screenshot.jpg" width="300px">
<div class="description">
<h2>
template012
</h2>
<h3>Simple, single-direction shooter/racer
</h3>
<!-- <a href="/template012/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template011_screenshot.jpg">
<div class="description">
<h2>
template011
</h2>
<h3>Simple, side scrolling shooter
</h3>
<!-- <a href="/template011/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/p5_Stage1.png">
<div class="description">
<h2>
<a href="https://github.com/left23/p5_Stage2" target="_blank">p5 and MIDI
</a> </h2>
<!-- <a href="/template011/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item special">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/steampunk.png">
<div class="description">
<h2>
<a href="https://github.com/left23/steampunk" target="_blank">Steampunk</a>
</h2>
<h3>
Themed setting for PhaserJs interaction, based on 000_plate
</h3>
<!-- <a href="/000_steampunk/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template010_screenshot.jpg">
<div class="description">
<h2>
template010
</h2>
<h3>Simple text adventure game in javascript</h3>
<!-- <a href="/template010/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template009_screenshot.jpg">
<div class="description">
<h2>
template009
</h2>
<h3>Frogger-like game based on Packt's Jquery Game Development Essentials by Selim Arsever
</h3>
<!-- <a href="/template009/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template008_screenshot.jpg">
<div class="description">
<h2>
template008
</h2>
<h3>Simple canvas game re-edit (forked from Lost Decade Games)
</h3>
<!-- <a href="/template008/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/ogam-jul2015.jpg">
<div class="description">
<h2>
Weapons test
</h2>
<!-- <a href="#" target="_blank" class="btn btn-demo"><span class="icon"></span>Where is demo</a> -->
<p>
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/onegameamonth.png">
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template007_screenshot.jpg">
<div class="description">
<h2>
template007
</h2>
<h3>Read RGB data for map bounds based on Eric Rowell's Canvas Cookbook
</h3>
<!-- <a href="/template007/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/screenshot.png">
<div class="description">
<h2>
<a href="https://github.com/left23/prototype-trans" target="_blank">Web design interaction</a>
</h2>
<!-- <a href="http://emc23.com/experiments/prototype-trans" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template006_screenshot.jpg">
<div class="description">
<h2>
template006
</h2>
<h3>
A template for using Khan Academy code off-site
</h3>
<!-- <a href="/template006/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/coderdojo-kata.jpg">
<div class="description">
<h2>
<a href="http://kata.coderdojo.com/wiki/Home_Page" target="_blank">CoderDojo Kata</a>
</h2>
<p>Tutorials and resources for CoderDojo</a>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template005_screenshot.jpg" width="300px">
<div class="description">
<h2>
template005
</h2>
<h3>Basic game loop with Box2dJs
</h3>
<!-- <a href="/template005/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template004_screenshot.jpg">
<div class="description">
<h2>
template004
</h2>
<h3>
Dynamically generated blocks using processingJS
</h3>
<!-- <a href="/template004/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template003_screenshot.jpg">
<div class="description">
<h2>
template003
</h2>
<h3>A basic platform game template using jQuery
</h3>
<!-- <a href="/template003/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template002_screenshot.jpg">
<div class="description">
<h2>
template002
</h2>
<h3>
Bouncing Ball - From Pong to Arkanoid and beyond. It all starts here
</h3>
<!-- <a href="/template002/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/scene-with-characters.png">
<div class="description">
<h2>
template001
</h2>
<h3>Basic scaffolding for CoderDojo game tutorials
</h3>
<!-- <a href="/template001/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
<div class="grid-item">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/template000_screenshot.jpg">
<div class="description">
<h2>
template000
</h2>
<h3>This first template demonstrates the main container div and use of external files, for CoderDojo game tutorials
</h3>
<!-- <a href="/template000/" target="_blank" class="btn btn-demo"><span class="icon"></span>View demo</a> -->
<p>
</p>
</div>
</div>
</div>
</section>
<!-- {% include footer.html %} -->
</body>
</html>