An open API service indexing awesome lists of open source software.

https://github.com/jakubtomsu/bullet_hell_2d

Super simple top-down shooter game in custom engine. Made in 5 days.
https://github.com/jakubtomsu/bullet_hell_2d

2d-game 2d-game-engine 2d-graphics engine game game-development game-engine gameengine opengl

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/Screenshot_45.png)
![GitHub Logo](/Screenshot_46.png)




## 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