This is a program that mimics the game Pure Logic but that lets you set up custom levels and gives immeditate feedback instead of only validating correctness when all lines have been set.
I made it because I became frustrated with the later levels which feature many gates and few starting lines. This leads to trial and error gameplay and, when you make a mistake, having to remember the whole state of what you had, because the level resets to it's starting state.
This does not copy any of the game's levels, it only functions as a quality of life companion to the game.
The program is written for Windows and assumes Windows filepaths.
- Requires CL and Raylib
- You need to find and run
vcvarsall.batfor CL to work while using CMD/Powershell. - Edit
Build.batand setRAYLIB_SRCto where you have the Raylib/src folder is located. - run
Build.batusing CMD/Powershell. A build folder is created with the .exe file.
- Requires Raylib in your PATH
- Requires GNU Make
- Run
makeormake runin the root folder using CMD/Powershell. Running onlymakewill delete the .exe after the program is closed.