A game written in Python. The rules are simple:
- two players
- a board with 7 columns and 6 rows
- each palyer in a turn puts one token of their chosen color on board
- players can choose only column and the tokens pile up
- the first player to connect 4 tokens of their color either horizontally, vertically or diagonally wins the game
Python 3+
Run the game from the terminal python main.py