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

Left Click on nearby Stunned Enemies to SmackDash!

Stand near Turrets to repair them!

Escape will pause the game!

Please leave a comment with any impressions you have, good or bad! :)


The music and spritework is all ripped from other games at the moment, I don't deserve any compliments on them

StatusPrototype
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorRendah Games
GenreAction, Shooter, Survival
Tags2D, Arcade, Bullet Hell, Roguelite, Shoot 'Em Up, Tower Defense, upgrades

Development log

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

(+1)

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

(+1)

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?

(1 edit)

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.