Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 702 Bytes

File metadata and controls

34 lines (22 loc) · 702 Bytes

Cursor Attack

Have you ever though that nowadays websites are too boring? Or even to easy?

Well, this is the solution for you! No one will ever be bored again on your website, because now helicopters will attack your cursor!

Cursor Attack

How to use

  1. Just add the following code to your website:

    Either via jsDelivr:

    <script src="https://cdn.jsdelivr.net/gh/beniox/cursorAttack/script.js"></script>

    or via downloading the script:

    <script src="script.js"></script>
  2. And then call the function:

    <script>
        const game = new Game();
        game.start();
    </script>