Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 446 Bytes

ConnectEm

Description

Simple 2 player Connect4 game written in C++ using Raylib. This project was done for learning purposes, so there is definitely room for improvement in the code.

How to Play

Download the binary from the releases page and just run!

Building From Source

You will need to have Raylib installed. There are very comprehensive guides on setting up Raylib and linking it correctly.