Snake Multiplayer Client

This repository is an implementation of the Snake game client. This project is carried out for the distributed computing course

Authors

Tech Stack

CPython

Run anywhere

Clone the project

  git clone https://github.com/witczakxd/Snake-Multiplayer-Client

Go to the project directory

  cd Snake-Multiplayer-Client

Install requirements

  pip install requirements.txt

Run the game

  python main.py

Run in IDE (recommended)

Run in pycharm