Skip to content

JoakimTeixeira/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Classic snake game made on canvas.

JavaScript Style Guide

image

To-do

  • Convert code to Typescript
  • Modularize logic into different files
  • Implement mobile responsiveness
  • Update fonts
  • Create more levels
  • Integrate music
  • Add multiplayer mode

Running the Project

To get started, fork the repository, clone it, and then run the following command:

npm install

After that, open the index.html file in the browser.