physics/index.html

12 lines
306 B
HTML
Raw Normal View History

2024-01-29 07:34:01 +00:00
<!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>