UPDATE

上级 80f67a9e
<script setup>
import tanchishe from './components/tanchishe.vue'
</script>
<template>
<tanchishe></tanchishe>
</template>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>贪吃蛇游戏</title>
<style type="text/css">
canvas {
border: 1px solid #333;
}
</style>
</head>
<body>
<canvas id="canvas" width="300" height="300"></canvas>
<script src="snake.js"></script>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册