Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 425 Bytes

Snake

A basic Snake clone made using React framework.

You can try it here. Use w a s d keys to move and p to pause the game.

Usage

To start development: npm start

To run tests: npm run test:all

Build and run production version of the app:

  • npm run build
  • npm run preview