This was submitted as a CSE 102 project made with iGraphics. So it is superbly rushed to the point where I don't want to maintain or improve it any further.
Download MinGW and extract it in C:\
. the binaries should stay in C:\MinGW\MinGW\bin
Download this repository, and extract it if necessary. Then open the template.cbp
with CodeBlocks. Then Build and Run (F9)
to run.
Download this repository, and extract it if necessary. Then open the folder with VSCode
. Then Build with Ctrl+Shift+F5
and run with Ctrl+F5
Download this repository, and extract it if necessary. Then open a command prompt or powershell window in the folder. Build with make
and run with make run
Enjoy!