Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 783 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 783 Bytes

Bullet-Hell

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.

screenshot 1 screenshot 2

How to compile

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.

Credits

All sprites are taken from here. SDL_Setup and Sprite files are taken from here.