Check out my game: Home Protector!🦸

Defend Your Home in Home Protector! šŸ›”ļø

Hi everyone!
I’m excited to share my new game, ā€œHome Protector,ā€ created with MakeCode Arcade. This action-packed game will test your skills as you fight off waves of enemies to defend your home! But be careful—there’s a twist!

Game Overview:

  • Objective: Protect your home from endless waves of monsters.
  • Challenge: Watch out for the green virus—it will infect you and slow down your movement, making it harder to dodge and attack!
  • Weapons: Use your attacks wisely to eliminate enemies and keep your home safe for as long as possible!

Play Now:

![:point_right:] https://arcade.makecode.com/S42341-04422-10942-70706

I Need Your Help!

Since this is my first game, I’d really appreciate your feedback! Please let me know:

  • Are there any parts of the game that could be improved?
  • Did you find the game fun and engaging?
  • Are there any bugs or issues that need fixing?
    Your advice and suggestions will help me make the game even better!

Why You Should Play:

  • Fast-paced action: Survive against an endless horde of monsters.
  • Strategic gameplay: Balance attacking enemies and avoiding infection.
  • Unique mechanics: The virus infection adds a challenging twist—how long can you survive before you’re overwhelmed?

Share Your Thoughts!

Feel free to reply with your feedback, suggestions, or even your gameplay strategies. You can also share your highest score and challenge others to beat it!


Thank you for playing, and I can’t wait to hear your thoughts on how to improve Home Protector ! ![:blush:]

10 Likes
  • You could improve on the game by adding a cooldown to the weapon; right now you can spam the weapon as fast as you can, which can make the game too easy for fast clickers.
  • The game is very fun and engaging! I like the story and especially the green virus!
  • I couldn’t find any bugs : ) Really great for a first game!
3 Likes

@Sarge, get the AI detector out

2 Likes

I think that’s Brohann’s job

2 Likes

I’ve thought about it but I don’t know how to cool down the weapon :smiling_face_with_tear:

1 Like

Its simple extension work my friend, quite simple really

1 Like
20% of this text appears to be AI-generated
3 Likes

Perhaps when the button is pressed, you set a variable ā€˜cooldown’ to ā€˜false’. Then at the end of the block, you add a ā€˜pause 1000 ms’ block, and a ā€˜set cooldown to true’ block, so that after a second it sets back to true. If you make sure the weapon can only shoot when cooldown is true, then it can only shoot every second!

3 Likes

Just tell.

Or he could just load in the ā€œtimerā€ extension and use the ā€œ(blank) at most once every 500msā€

2 Likes

This was quite frustrating to read lol

If you know what to do, just say it please!

3 Likes

I am having a stroke-

tks!

2 Likes