-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space Alien Invaders #2726
Space Alien Invaders #2726
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
You can play your game at Play Here! |
1 similar comment
You can play your game at Play Here! |
You can play your game at Play Here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sprigify this game such that it works in the editor... this seems like something that'd been copied from somewhere.
I am cleaning up the repo the past couple days - given this PR's state, I am going to close it - OP, please feel free to reopen after you've done some work on this. |
Your checklist for this pull request
Author name
Author: Mik1
How to play the game?
Use the left and right arrow keys to move the spaceship horizontally at the bottom of the screen.
Press Spacebar to shoot bullets upwards to destroy the aliens.
The game progresses through levels, and each level increases the speed of the aliens.
If any alien reaches the player’s spaceship, the game ends, showing the level reached.
Space Alien Invaders is a retro-style shooter game where the player controls a spaceship at the bottom of the screen, defending against waves of descending alien invaders. The goal is to shoot and destroy the aliens before they reach the player's ship.
Code
Check off the items that are true.
The game was made using the Sprig editor.
The game is placed in the /games directory.
The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
The game runs without errors.
The name of the file/game contains only alphanumeric characters, -s, or _s.
The game name is not the same as the others from gallery