Skip to content

nakurahe/CS5004_Connect_Four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four - CS5004 Lab 6

This project is a part of the CS5004 course, focusing on implementing the classic Connect Four game.

Table of Contents

Introduction

Connect Four is a two-player connection game in which the players take turns dropping colored discs into a seven-column, six-row vertically suspended grid. The objective is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.

Features

  • Two-player gameplay or one player vs AI gameplay (<- working on this now)
  • Input validation
  • Win detection for horizontal, vertical, and diagonal lines

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/CS5004_Lab6_Connect_Four.git
  2. Navigate to the project directory:
    cd CS5004_Lab6_Connect_Four
  3. Compile the project (if applicable):
    make

Usage

Run the game using the following command:

./connect_four

Follow the on-screen instructions to play the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages