Skip to content

whcampbell/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<style> canvas { background-color: black; border: 4px double white; } </style>
<body> <h1>Use WASD to move</h1> <br> <canvas id="canvas" width="700px" height="420px"></canvas> <br> <button id="easyButton">Play Easy</button> <button id="medButton">Play Medium</button> <button id="hardButton">Play Hard</button> <script src="./easy.js"></script> <script src="./medium.js"></script> <script src="./hard.js"></script> </body> 

Back to Portfolio

About

I made Snake. Because why not make snake?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published