Vampire's Bullet Hell Survivor TD
Build Turrets, equip them with Weapons and Support items to empower them while dodging waves of enemies and bullet hell!
Right click to use your characters Special Attack!
Press E or Mousewheel to Swap Weapons with a nearby Turret
Approach a stunned enemy to Grab and click to Throw them into nearby enemies or walls!
Stand near Turrets to repair them!
Escape will pause the game!
Please leave a comment with any impressions you have, good or bad! :)
All music and some spritework is ripped from other games at the moment and will be replaced.
Status | Prototype |
Platforms | HTML5, Windows |
Rating | Rated 4.4 out of 5 stars (5 total ratings) |
Author | Rendah Games |
Genre | Action, Shooter, Survival |
Made with | Unity |
Tags | 2D, Arcade, Bullet Hell, Roguelite, Shoot 'Em Up, Tower Defense, upgrades |
Download
Download NowName your own price
Click download now to get access to the following files:
DD57 V7 Windows.zip 89 MB
DD57 V8.zip 80 MB
Development log
- Updated!: 2Nov 03, 2023
- Updated!Mar 06, 2023
Comments
Log in with itch.io to leave a comment.
I can finally play with zero lag on my Chromebook
awesome, glad to hear it
The game is very fun, it doesn't need to have cool detailled sprites, i'm sure you could do a nice game with some basic art done by yourself, the turret system is nice to have, maybe focusing on that could help differentiate your game from vampire survivors.
How did you do the trick that the game goes auto full screen when you first click? I want that for my game.
thanks for the kind words
>How did you do the trick that the game goes auto full screen when you first click? I want that for my game.
Funnily I'd rather it only did that in desktop builds, not web, and just never tracked it down to fix it since the build time is so long. Seems like the code is:
if ( [the save data for the toggle says to use windowed mode] ) {
Screen.fullScreenMode = FullScreenMode.Windowed;
} else {
Screen.SetResolution(Screen.currentResolution.width, Screen.currentResolution.height, FullScreenMode.FullScreenWindow);
}
And I just call that code when the game starts, and the save data defaults to fullscreen on.
I do not remember why I use Screen.SetResolution() instead of just "Screen.fullScreenMode = FullScreenMode.FullScreenWindow;" but I guess try both if you're not getting the results you want, lol
Those are just straight up Nuclear Throne sprites..
Very nice
very fun, the lots of improvements could allow a bunch of strategy, but for now it seems like everything its good
I wish there was another objective though, aside from surviving TDs are mostly about protecting something, the center for example.
Overall pretty decent game, gj.
Nice, I got to level 36 and got greedy
Really fun horde killer game. I like the addition of the turrets a lot!
Thanks!
I'm considering leaning more into the "base building" aspect, including buildable walls and cash generators you have to defend. You think that would be cool?
I think so! It definitely has a lot of potential, I played it for like 3 hours yesterday in 1 sitting.
Btw one bug I found. If you drag weapon or support item from player to turret, that item slot disappear and you can't equip new item on that slot.