A Game about shooting lasers
Used ChatGPT to fix minor code bugs.
A Game about shooting lasers
Used ChatGPT to fix minor code bugs.
Making this game playable online was a pain as I had to change many game functions to a certain extent. Enjoy the game!
Successfully created the game! Added explosions for when a laser hits a meteor. Aswell as a slight rotation in the meteor every frame for a more gravity-less vibe.
Log in to leave a comment
Ok it’ss good game but seems that in phone view it shows the sky only 😅 so check if it works or not
There are just two things you need to check first, you can exit the screen from one side and avoid the meteors you must correct it .
and also , the exit button isn’t working me
Sucessfully added a score with a rectanglur box around it (changes every ms) and changed the background to a more suitable color.
Log in to leave a comment
I think your score needs to be changed slightly. Instead of increasing for just staying alive, maybe get more points if you shoot more metors. Because currently, shooting doesn’t seem to really matter all that much.
Added colisions between laser and meteor which deletes booth if they collide. Also added colision between player and meteor, ending the game if they collide. Lastly, I added wasd movement so users can use the arrow keys or wasd to move the player.
Log in to leave a comment
Made classes for lasers and meteors. Added laser input for users with a cooldown and added meteor logic where meteors fall at a constant speed but shift in x position in a random set interval. Lasers and meteors are killed when they go off the screen. Next in the works is colisions for the player sprite with meteors and detection of wheter the laser hits the meteor.
Correctly added player and star sprite, alongside controlling the player with keyboard input. Next tackle is spawning the meteor in intervals and adding a laser countdown to the player.
Log in to leave a comment