Trying to reset too the play mode on the Galaxy RVR

Hello, I’m new here and bought the galaxy RVR. I had fun playing with it in the play mode and decided to move onto the lessons for coding after a few lessons I wanted to reset it back to the play mode too bring into my class, but I have downloaded the zip-file and opened the Ino code into Arduino IDE, downloaded the correct libraries it states but every time I go to test the code before uploading it I get an error on the #include rgb.h stating no file or directory, I’ve tried to trouble shoot it by looking online and through the forums but can’t find anyone having a similar issue. any help would be much appreciated

-Arron

You need to download the complete .zip code package.
https://github.com/sunfounder/galaxy-rvr/archive/refs/heads/main.zip

After successfully downloading the package, unzip it.

Navigate to the unzipped folder and open the galaxy-rvr.ino file directly. It should open automatically in the Arduino IDE. Then, upload the code as usual.

If you still encounter upload errors, please provide a full screenshot of the entire Arduino IDE window for us to check.