Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 326 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 326 Bytes

snake-game

Simple snake game using HTML Canvas. 🐍

Images

preview-1 preview-2

Run the game

# install dependencies
npm install

# start the game on localhost:1234
npm run start