mirror of https://github.com/dirtbags/tanks.git
38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="stylesheet" href="/assets/css/dirtbags.css?v=">
|
|
<link rel="icon" type="image/png" href="/assets/images/icon.png">
|
|
|
|
<title> by </title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="title">thanks</h1>
|
|
|
|
<ul>
|
|
<li>Tom Poindexter: Inspiration (Author of CRobots)</li>
|
|
<li>Paul Ferrell: Initial implementation</li>
|
|
<li>Aaron McPhall: Math optimizations</li>
|
|
<li>Nick Moffitt: Suggestion to use FORTH-like language</li>
|
|
<li>Adam Glasgall: C Forf prototype</li>
|
|
<li>Adam Thomas: Various patches</li>
|
|
<li>Various Australians: Creation of some mind-blowing tanks</li>
|
|
<li>Alyssa Milburn: JS Tanks, Tank Debugger, many more other helpful contributions</li>
|
|
</ul>
|
|
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/running">Running</a></li>
|
|
<li><a href="/history">History</a></li>
|
|
<li><a href="/thanks">Thanks</a></li>
|
|
<li><a href="https://github.com/dirtbags/tanks" title="Tanks on Github">Source</a></li>
|
|
</ul>
|
|
</nav>
|
|
</body>
|
|
</html>
|