React Snake game
0
1
0

React Snake

My implementation of popular game 'Snake' in TypeScript, React and CSS grid.

This project was bootstrapped with Create React App.

as

npx create-react-app react-snake --template typescript

Deploy to Github Pages:

npm run deploy

Run production build locally:

npm run build

Prettier

In fact I did have conflict between formatters: built-in in VScode JS/TS and recently installed deno fmt. And I didn't know, VScode stopped working because of ambiguity. Interesting experience. I started configuring Prettier, and it also didn't work. But then I realized, notifications at the bottom of VSCode, where I got understanding of conflict.

Examples

Contributors

alundiak