Skip to content

Latest commit

 

History

History

SignalSnakeJs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SignalSnakeJs

A snake game built using Signal.

This was rewritten from @holdenlee's version with changes to simplify the code and enable compatibility with TryPureScript.

Expected Behavior:

Browser

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.