Alex Karet

  • Connect4

    Console game of connect 4 coded using pascal and delphi

    At age 17 I built this connect 4 game in Programming Club at school. The simple game of connect 4 provides many challenges to a programmer, requiring the ability to store the 2 dimensional board and make sure tokens move to the bottom of the column. The highlight of this project was completing the ai player. It required a lot of planning and commenting in order to not get lossed when debugging the game.

    The code to the game was published at pp4s.org.