A 1v1 snake game where each snake keeps growing. Be the last one alive as space keeps getting more and more limited. Idea comes from one of the first online games I played as a kid on a Swedish game site called Blip.se
Built in Python with Tkinter as a portfolio project and learning experience for myself.
Tested with python version 3.11 and tkinter version 8.6.12
Clone the project
git clone https://github.com/EmilMalmsten/two_player_snake
Go to the project directory
cd two_player_snake
Run the program
python3 snake.py