web-snake-react-bacon
web-snake-react-bacon copied to clipboard
Playground for frontend technologies. Also, a Snake implementation.
Reactive Snake
A small and simple implementation of classic Snake game that showcases several frontend technologies.
The current version uses:
Step-by-step tutorial
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.
Usage
Do npm install and then npm start. To run tests, execute npm test.
Demo

Acknowledgements
The application was created using Create React App.