A pixel editor prototype built in C++ for a youtube tutorial
[-] Check out my detailed youtube tutorial : https://youtu.be/hrLO8rs7asE?si=2YJy33tfpja5pSf-
[-] You can also Download a pdf of the step by step guides of making the Game Download Link
to run the game obtain the main.c
g++ pixel.cpp -o pixel -lSDL2
./pixelensure you have SDL2 and g++ or any compiler of your choice installed