Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Connect4 clone using SFML and C++

NotificationsYou must be signed in to change notification settings

ufrshubham/Connect4-Clone

Repository files navigation

A cross-platform clone ofConnect4 game written in C++ usingSFML

Demo

Demo

Build Instructions

  • 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:

    • onWindows withVisual Studio installed, it will generate a.sln
    • onLinux withmake installed, it will generate aMakefile
    • onMac withxcode installed, it will generate a.xcodeproj

About

A Connect4 clone using SFML and C++

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp