Skip to content

jerairrest/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple snake game made with ES6.

Build Steps

yarn
yarn run build

To Run

This package is prebuild into the dist folder. Open dist/index.html to see the game in action!

Optionally you can run:

webpack-dev-server

Then open http://localhost:9000

Todo

  • On page load do not start the game automatically
  • Collision detection for snake to end game
  • Make scoreboard
  • After eating an apple update the scoreboard
  • Two Players!
  • Add multiple levels where as levels increase inital speed is higher
  • Production build for JS
  • Tests
  • Make responsive and mobile friendly

Releases

No releases published

Packages

No packages published