-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Cold State</title>
</head>
<body>
<h1>Cold State</h1>
<p>Cold State is a hobby game development group based in Portland, Maine,
inspired by <a href="http://ludumdare.com">Ludum Dare</a>.</p>
<p>
<h2>Miscellaneous Resources:</h2>
<ul>
<li><a href="http://www.hobbygamedev.com">Chris DeLeon</a> is awesome.</li>
<li>Ludum Dare's <a href="http://www.ludumdare.com/compo/tools">tools</a> page has a lot of content creation helpers.</li>
</ul>
</p>
<h2>JavaScript Education:</h2>
<ul>
<li><a href="http://javascript.crockford.com/prototypal.html">Quick read-through on prototypal inheritance in JS</a></li>
<li>The w3.org canvas2d API <a href="http://www.w3c.org/TR/2dcontext">spec</a>.</li>
<li>The w3.org SVG <a href="http://www.w3c.org/TR/SVG">spec</a>.</li>
<li><a href="http://jsfiddle.net">jsfiddle</a> is very nice for figuring things out.</li>
<li><a href="http://pivotal.github.com/jasmine">Jasmine</a> is a JS unit test framework. Run some tests <a href="SpecRunner.html">here</a>.</li>
</ul>
</body>
</html>