Skip to content

Silas217209/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4 Bot

This is a project I made to help me learn C++. It's a relatively simple project that uses CMake as a build system.

Building

To build the project, follow these steps:

  1. Navigate to the project directory in your terminal.
  2. Run the following command to generate the build files:
cmake -S . -B build

This will create a build directory in your project folder where all the build files are stored.

  1. After the build files have been generated, you can build the project with:
cmake --build build
  1. When the project is build, you can run it:
./build/Connect4

About

A Connect4 Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published