Skip to content

Commit 125287e

Browse files
committed
Step 2.1: Create basic game view
1 parent 4ee84dc commit 125287e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

views/game.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>radial snake</title>
5+
</head>
6+
7+
<body>
8+
<canvas id="gameCanvas" tabindex="0"></canvas>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)