Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.44 KB

README.md

File metadata and controls

36 lines (30 loc) · 2.44 KB

Snake Game

This is a simple browser snake-game. Let's have fun! [rep] [site].

Use Aurora Game Engine [rep].

Stack:

Commands:

  • npm run start — run with watcher
  • npm run dev — run dev server
  • npm run build — build in production mode,
  • npm run build:dev — build in development mode,
  • npm run lint — run lint check,
  • npm run lint:fix — run lint fix,
  • npm run format — run prettier check,
  • npm run format:fix — run prettier fix,
  • npm run test — run tests