physics/index.html
2024-01-29 02:34:01 -05:00

12 lines
306 B
HTML

<!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>