Cardinal Chains is a puzzle game that challenges players to create sequences by connecting numbers while following specific rules.
Before you begin, ensure you have met the following requirements:
- You have a Linux or macOS machine. (Windows steps may vary)
- You have installed CMake.
- You have a C compiler installed, such as GCC.
- You have installed the LibYAML library.
To install Cardinal Chains, follow these steps:
- Clone the repository:
git clone https://github.com/Xefreh/cardinal_chains.git
- Navigate to the project directory:
cd cardinal_chains
Cardinal Chains uses CMake for its build system. To compile the project, follow these steps:
- Create and navigate to the build directory:
mkdir build && cd build
- Generate the build system files with CMake:
cmake ..
- Compile the project:
make
After compiling the project, you can run the Cardinal Chains game from the build directory:
./cardinal_chains