- Notifications
You must be signed in to change notification settings - Fork0
ufrshubham/Connect4-Clone
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A cross-platform clone ofConnect4 game written in C++ usingSFML
Requirements
- Git
- CMake
- C++ Compiler
Steps
# Clone this project along with submodules$ git clone --recursive https://github.com/ufrshubham/Connect4-Clone# Go to project root$cd Connect4-Clone# Pull SFML as submodule (if you cloned without --recursive flag)$ git submodule update --init# Create a folder for build$ mkdir build# Go to build folder$cd build# Generate project files$ cmake ..
This will generate project files using default cmake generator for your platform. For example:
- on
WindowswithVisual Studioinstalled, it will generate a.sln - on
Linuxwithmakeinstalled, it will generate aMakefile - on
Macwithxcodeinstalled, it will generate a.xcodeproj
- on
About
A Connect4 clone using SFML and C++
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
