Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 916 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 916 Bytes

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

Snake Demo

Acknowledgements

The application was created using Create React App.