Game project I am working on for #olcCodeJam2020!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheGreatConversion/index.html

11 lines
272 B

<body style="background-color:gray;
overflow:hidden;">
<center>
<div id="game" style="margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);"></div>
</center>
<script type="text/javascript" src="game.test.js"></script>
</body>