Ultimate-Connect-4
A Python based Connect 4 game made with DearPyGUI
NOTICE: If you connect to the game server hosted by Jah-On and attempt to send malformed data or spam the server, your IP address will be permanately banned by the server. Don't test it. Happy board gaming!
Instructions to run:
- You must have python 3.6 or newer to run the code.
- Install numpy via
python3 -m pip install numpy
- Install dearpygui if using the Connect4.py file via
python3 -m pip install dearpygui
- Download whichever file you want and run
python3 Connect4.py
orpython3 server.py
respectively. - There is an Over The Air version that runs the code straight from GitHub. Always up-to date and less code on disk. Download and run
python3 Connect4-OTA.py
- Enjoy!