Simple Bullet Hell game (I didn't name yet) that I develop using c++ and SDL2. For now this is just an experiment but later I might turn it into a complete game.
On Ubuntu you need to run compile.py and it will create executable named "BulletHell". Note: you need to have g++ and SDL2 development libraries installed.
Unfortunately there is no easy way to compile project for Windows or macOS yet.
All sprites are taken from here. SDL_Setup and Sprite files are taken from here.