Project information
- Category: Game
- Project date: 01 September, 2021
- Project URL: https://github.com/atifabedeen/connnect-game
Project Description
Modified version of Connect 4 game. You can play on any board size of size nxn. games may start with one or more “obstacle” pieces already on the board which do not belong to either player. play will always continue until the board is completely full (even after a player has achieved 4-in-a-row), at which point scores for each player will be calculated.