A snake game built using Signal.
This was rewritten from @holdenlee's version with changes to simplify the code and enable compatibility with TryPureScript.
Renders a game of snake in the browser. Use the arrow keys to change the direction of the "snake" and eat "food" to grow. The game automatically restarts when running out of bounds or into the snake tail.