A downloadable "video game"

woooo games made quick 3! it's snake, but you have two snakes

press space to start, and to restart if you lose. L (the red one) is controlled with WASD; R (the blue one) is controlled with the arrow keys. if one of them grabs a pellet, the other one grows

requires python 3.6+ and pygame installed to play, because py2exe hasn't been updated in a while and none of the other "compile python programs to exe" solutions i've found seem to work. i'm sorry. i did my best

Download

Download
2snek.zip 3 kB

Install instructions

  1. install python 3.6 and pip from https://www.python.org/ if you don't already have it installed
  2. install pygame with pip install pygame on the command line
  3. run python 2snek.py (try python3 2snek.py if that doesn't work). double-clicking the 2snek.py file might also work
  4. i'm sorry it's so confusing