Skip to content

s1mpleTEK/Connect4.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4

A local Connect 4 on your terminal is now available in python!

Table of Contents

Rules

1. The game is played on a grid that's 7 squares by 6 squares.

2. You are O, your friend is X. Players take turns putting their marks in empty squares.

3. The first player to get 4 of her marks in a row (up, down, across, or diagonally) is the winner.

4. When all 42 squares are full, the game ends in a tie.

Installation

To clone this project, write this command:

git clone git@github.com:s1mpleTEK/Connect4.py.git

Usage

For start the game write in Connect4.py repository:

./Connect4

License

MIT

Author

  • José Rodrigues, EPITECH 2024

About

A local Connect 4 on your terminal is now available in python!

Topics

Resources

License

Stars

Watchers

Forks