Connect Snake Game 🐍
1 min read

Connect Snake Game 🐍

Check it out! I've had this "Connect Snake" game around for a while, and it was always pretty rough, but I decided to give it some TLC and update it to typescript and react-ify it a little.

The previous implementation of this game was under 300 lines of code, but this rewrite is significantly larger. My goal was to add some layers of abstraction so other games can eventually be built on this same board game image.

The game is displayed in an iframe below. You may need to click it for the controls to activate. Arrow keys to change direction, Space to pause/start.

The project is available on github.