itch.io is community of indie game creators and players

Devlogs

Web version is out!

Alien Encounter
A browser Alien Encounter made in HTML5

I wasn't thinking of doing a Web version of this game, but thanks to love.js, I could create it quickly. 

You can play it on PC and mobile.

However, to do so, I had to modify a bit my code.

  • I had to hide the target since it had no use on mobile. The program indicates the platform is "Web", it does not distinguish between PC and mobile.
  • I had to remove limited range, otherwise you could not play correctly on mobile.
  • I replaced space button by left click to start the game.
  • I removed goto statements, since they aren't supported in love.js. Lua does not have continue keyword (I used goto instead), so I had to create nested conditions .

Note that you can still have the target, limited range and quit game using escape button on desktop version. 

Files

  • AlienEncounterWeb.zip 3 MB
    Aug 31, 2023
Download Alien Encounter
Leave a comment