6 Star 14 Fork 6

冉余/snake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
snake.html 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
冉余 提交于 2014-04-02 21:03 . 改正语法错误
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Snake</title>
<link rel="icon" href="favicon.ico">
<style>
body {
background: #DDD;
}
canvas {
margin-left: 24px;
margin-top: 10px;
background: #EEE;
border: thin solid #aaa;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
</style>
<script src="snake.js"> </script>
</head>
<body>
<canvas id="canvas" width="500" height="500"> </canvas>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/exileduyi/snake.git
git@gitee.com:exileduyi/snake.git
exileduyi
snake
snake
master

搜索帮助