A small and simple implementation of classic Snake game that showcases several frontend technologies.
The current version uses:
You can create this app from scratch using Reactive UI by example blog post as reference. Please checkout workshop-init
branch when you want to do so.
Do npm install
and then npm start
. To run tests, execute npm test
.
The application was created using Create React App.