Implementing the classical game Snake for the seminar functional programming
Try it here
Development
Run the development environment by starting npm install
and typing npm start
afterwards.
Tests
Some tests are written as well. Start them with npm test
.