Skip to content

Super simple top-down shooter game in custom engine. Made in 5 days.

Notifications You must be signed in to change notification settings

jakubtomsu/bullet_hell_2d

Repository files navigation

bullet_hell_2d

Super simple top-down shooter game in custom engine.

Made in 5 days, and I will not work on it anymore, except maybe fixing some bugs if anyone is interested.
Uses OpenGL for rendering.

GitHub Logo GitHub Logo

basic info

All the gameplay code is in game.cpp, and it's interfacing with the engine through few basic functions.
The engine is kinda garbage, and there are still some bugs, but does the job :)
There is no audio, too bad.

how to build

g++ or clang++ required.
run build.bat in terminal, result is in build\game.exe

dependencies (everything included)

GLFW (dll version) - for opening window and input
GLAD - for loading OpenGL

Releases

No releases published

Packages

No packages published