Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+3)

Cool idea and great music. I really like the mechanic that you need to move the mouse to shoot, it really fits the story. It is quite simple but addictive. Some smaller things which you might want to improve:

  • Hiding the mouse cursor would make the feeling of controlling a bit better.
  • Somehow the fullscreen mode did not work properly for me. Have a look at the "scale" property of phaser in the game config. This is what I usually use and works very good:
    scale: {
            mode: Phaser.Scale.FIT,
            autoCenter: Phaser.Scale.CENTER_BOTH
    },

Had fun playing this. Well done.

(+1)

I am so happy you tried out the game and spent time to give an awesome compliment.. Thank you! This is my first time using itch.io so I made a lot of changes last minute.

 I will try out the full screen trick and get back to you. 

I applied the changes and this really helped me learn more about the PhaserJs scaling/autocentering features.. I was trying to use other responsive techniques and I now realized that phaserjs is helping me. I have a new version I will release after the jam is over. Thanks again for this invaluable tip.