Go test here
- just download build and open index.html in any browser
- control snake with use arrows or
w
a
s
d
- pause/continue press
space
- force game over press
esc
- edit
/lib/config.ts
- game general settings - edit
/lib/controlKeys.ts
- game control settings npm start
- Open http://localhost:3000 to view it in the browser.
- For build
npm run build
/src/Game.tsx
- provide user events/src/lib/Interface/
- elements UI/src/lib/common/
- logic/src/styles/
- css files