xxxxxxxxxx
19
-
<html lang="en">
<head>
<title>TRON!</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>TRON!</h1>
<script src="sketch.js"></script>
<footer> Classic Tron. - Hardmode: There are two powerups - The blue circle speeds your car up and the green circle teleports your car. Both have a 50% success rate (you may blow up randomly). Also, resetting randomly places the projectiles, so you may automatically crash into them. If that happens, reset again. </footer>
<footer1> You are the green dot / car and your enemy is the red dot / car. Do whatever you can to beat him.</footer1>
<footer2>Keybindings: Use the Arrow Keys to Move Around. Press R To Reset, H To Toggle Hardmode, and A to Toggle Autopilot (has a 50% chance of working when hardmode is on). </footer2>
</body>
</html>