1 Star 0 Fork 0

CoderMeow/Snake Game

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
CoderMeow 提交于 2025-01-30 18:47 +08:00 . upload.
<!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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/codemiao08/snake-game.git
git@gitee.com:codemiao08/snake-game.git
codemiao08
snake-game
Snake Game
master

搜索帮助