Recently, I have begun making little trinkets in C++.
Mostly because I want to learn C++ but also out of pure boredom.
This is my most recent one as of now.
It's kinda like pacman in the sense that you are in a maze and need to colect all the yellow orbs while being chased by ghosts.
Unlike pacman though, it's not endless and it has multiple, different levels which you can select in the menu
To acompany this need for levels, I have also made a separate level editor which allows you to simply draw them and then generate a file based on that.
Yes I know, I didn't really have any ideas for a name
Weirdly enough, someone actually contributed to this a sprite for the ghosts.
I have no clue how they managed to find the github repo or why they decided to contribute but I am eternally grateful for their help.
Note that you can see stuff in the background because of my hyprland config, in reality it's solid black
You can find the repo here