forked from gitter-badger/codejam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (79 loc) · 3.06 KB
/
index.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
<html>
<head>
<title>Jostein's Codejam</title>
</head>
<body>
<h2>Jostein's Codejam</h2>
<table>
<tr>
<th align="left" width="200">Name</th>
<th align="left" width="200">Description</th>
<th align="left" width="200">Written in</th>
<td width="50"></td>
<td width="50"></td>
</tr>
<tr>
<td>Paranoimia</td>
<td>Amiga cracktro</td>
<td>WebGL</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/cracktro">source</a></td>
<td><a href="http://josteintopland.github.io/codejam/cracktro/paranoimia.html">demo</a></td>
</tr>
<tr>
<td>Code generated AV</td>
<td>Bit manipulation</td>
<td>HTML5 audio</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/cracktro">source</a></td>
<td><a href="http://josteintopland.github.io/codejam/cracktro/codetune.html">demo</a></td>
</tr>
<tr>
<td>Smooth Circle</td>
<td>Optical illusion</td>
<td>HTML5 canvas/td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/cracktro">source</a></td>
<td><a href="http://josteintopland.github.io/codejam/cracktro/smoothcircle.html">demo</a></td>
</tr>
<tr>
<td>River Raid</td>
<td>Landscape</td>
<td>WebGL</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/cracktro">source</a></td>
<td><a href="http://josteintopland.github.io/codejam/cracktro/riverraid.html">demo</a></td>
</tr>
<tr>
<td>Adventures of Lolo 3D</td>
<td>Remake of old Nintendo puzzle game</td>
<td>C++, SDL, OpenGL</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/sdl/lolo3d">source</a></td>
<td><a href="https://www.youtube.com/watch?v=Mkqcmsj9bZg">demo</a></td>
</tr>
<tr>
<td>Roland SH-101</td>
<td>Virtual analog synthesizer</td>
<td>C++, SDL</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/sdl/sh101">source</a></td>
<td><a href="https://www.youtube.com/watch?v=piJ_zmlFp1E">demo</a></td>
</tr>
<tr>
<td>The Pianist</td>
<td>Remake of a library full of classical music playing MIDI files and showing the keys pressed</td>
<td>C++, Qt</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/qt/thepianist">source</a></td>
<td><a href="https://www.youtube.com/watch?v=6lD2P3XWKFU">demo</a></td>
</tr>
<tr>
<td>xBlagger</td>
<td>Remake of an old C64 game</td>
<td>C++, SDL</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/sdl/xblagger">source</a></td>
</tr>
<tr>
<td>C64 Hearts</td>
<td>Playing with animation sprites</td>
<td>C64 ASM</td>
<td><a href="https://github.com/JosteinTopland/codejam/tree/master/c64/hearts/hearts.asm">source</a></td>
<td><a href="https://www.youtube.com/watch?v=I8SJAUwtAlo">demo</a></td>
</tr>
</table>
</body>
</html>