Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 215 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 215 Bytes

2 Player Snake

A simple 2 player snake game made with html5 canvas and javascript.

One player moves with wasd, the other moves with arrow keys.

Game ends when they collide with one another (edges loop around).