代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<title>Snake Game H5</title>
<link rel="stylesheet" type="text/css" href="./main.css">
</head>
<body>
<div id = "app">
<div id="start-page">
<h1 style="font-size:30pt;margin-bottom: 100px;">贪吃蛇H5 V.1.0</h1>
<button id="start-button">开始游戏</button>
<br/>
<a>develope by CoderMeow</a>
</div>
<div id="game-box">
<div id="score-box">SCORE:<span id="game-score">0</span></div>
<br/>
<div id="main-box">
<canvas id="game-canvas" height="400vh" width="400vh"></canvas>
</div>
</div>
</div>
<script src="./main.js"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。