# Clone and build desktop version (macOS / Linux / Windows)
git clone https://github.com/vignesh2027/Game-of-DSA.git
cd Game-of-DSA
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
./build/GameOfDSA
# Or use the build script:
chmod +x scripts/build.sh && ./scripts/build.sh