Skip to content

Instantly share code, notes, and snippets.

View AlanGuth's full-sized avatar
🏠
Working from home

Alan Guth AlanGuth

🏠
Working from home
  • brazil
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Snake Game</title>
</head>
<body>
<canvas id="gameCanvas" width="300" height="300"></canvas>
<script>
/** CONSTANTS **/