tanks

Blow up enemy tanks using code
git clone https://git.woozle.org/neale/tanks.git

tanks / docs / _site
Neale Pickett  ·  2024-12-05

TODO.html

 1<!DOCTYPE html>
 2<html lang="en-US">
 3  <head>
 4    <meta charset='utf-8'>
 5    <meta name="viewport" content="width=device-width">
 6    <link rel="stylesheet" href="/assets/css/dirtbags.css?v=">
 7    <link rel="icon" type="image/png" href="/assets/images/icon.png">
 8
 9    <title> by </title>
10  </head>
11
12  <body>
13    <h1 id="title">To-Do List</h1>
14
15<h1 id="bugs">BUGS</h1>
16
17<h1 id="requests">Requests</h1>
18
19<ul>
20  <li>Merge devdsp fixes (https://github.com/devdsp/tanks/commits/master)</li>
21  <li>Fix leaderboard</li>
22  <li>Read sensors from “sensors” and not “sensor[0-9]”</li>
23</ul>
24
25
26    <nav>
27      <ul>
28        <li><a href="/">Home</a></li>
29        <li><a href="/running">Running</a></li>
30        <li><a href="/history">History</a></li>
31        <li><a href="/thanks">Thanks</a></li>
32        <li><a href="https://github.com/dirtbags/tanks" title="Tanks on Github">Source</a></li>
33      </ul>
34    </nav>
35  </body>
36</html>