DEV Community

Miguel
Miguel

Posted on

Looking for some chill games?

Hello!

If you want to have some fun, go check this Connect Four game I just made: https://github.com/mfilipesa24/Connect-Four

This is a PvP type of game, played in a 6 row x 7 column board.

The first player to get a four symbol alignment in a row, column or diagonal wins the game.

When it is no longer possible to get an alignment in the board for any of the players, the game ends in a tie.

Make sure to play the game in a terminal of your choice in full windowed mode (adjust zoom if needed). We recommend a minimum window resolution of 134 x 58 pixels, using Git Bash.

Image description

Happy gg's.

Top comments (0)