This is an implementation of Chess written in python using the python module Pygame. It has local 2 player or online multiplayer features.
To install dependencies run the command pip3 install -r requirements.txt
Currently only runs in Linux. To run enter the following command into the terminal - python3 Main.py
The program uses a package called miniupnpc which runs in the linux terminal. It uses this to forward ports automatically using the upnpc protocol which minipnpc has implemented. You might need to install this. To install run the command sudo apt install miniupnpc.