Web version is out!


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 Play in browser
Aug 31, 2023

Get Alien Encounter

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.