Skip to content

srijan-paul/bullet_hell

Repository files navigation

Bullet Hell

A bullet hell game written in Lua, using the LÖVE game framework.

I'm using LOVE2D for rendering, and everything else has been done more or less from scratch, including the art. You can find Entity management system under prefabs/, the particle system under particles/, and the collision resolution and physics systems in world/.

The game is currently a work in progress, but it' still in a playable state.

Here is a small sample: Demo

Features (so far):

  • Random dungeon generation, PCG'ed levels and rooms.
  • Different kinds of enemies on different biomes.
  • Abilities/skills to choose from.
  • Blast through enemies with a whole suite of weapons.

About

an unnamed bullet hell game written in Lua, using the LÖVE game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages