blob: 822899d53a682c6364b0960222e088468fd32f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<title>dumb physics engine</title>
<meta name="description" content="Converts SVGs into a list of circles and use those circles for dumb collision checking">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
</body>
</html>
|