Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 561 Bytes

2-Player-Snake

This is a two player snake game I made in high school using python's curses library. Below are the instructions to download and play Download

On OSX or Linux, open a terminal and type the following:

$ wget https://raw.githubusercontent.com/jherndon8/2-Player-Snake/master/snakevstext.py

You should only need to do this once, and then you should be able to skip to the Run step whenever you open the terminal Run

To begin, in the same terminal type the following:

$ python snakevstext.py

####Enjoy!