Lqlsoftware / Connect-4-Game-1

Connect 4 Game implemented using Python and Turtle Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect 4 Game.

two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, Connect Four is a solved game. The first player can always win by playing the right moves.

Game Objective.

Be the first to form a horizontal, vertical, or diagonal line of four of one's own tokens

The game was first sold under the Connect Four trademark[3] by Milton Bradley in February 1974.

Connect4

Game implementation.

The main tools used for the game:

  • Python : Programming Language used to implement the game as Python has so many powerful modules and libraries to create games.

  • Turtle : enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called the turtle and this is what gives the library its name.

About

Connect 4 Game implemented using Python and Turtle Modules.


Languages

Language:Python 100.0%