Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 352 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 352 Bytes

Snake

A pseudo functional javascript snake

This is an attempt to rewrite the classic game snake, following functional programming principles. You can play it at https://ptrpiero.github.io/snake/

Control snake with arrow keys. Game ends when snake collides with itself. To run a new game, refresh the page.