Skip to content
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

Not-so_space_invaders #2394

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Not-so_space_invaders #2394

wants to merge 5 commits into from

Conversation

sirbread
Copy link

Your checklist for this pull request

Author name

Author: sirBread

About your game

What is your game about?

In "Not So Space Invaders," you play as a space jet through an endless rain of incoming asteroids. Your goal is to avoid the obstacles for as long as possible.

The game is simple: move left or right to get out of the way of the rocks. Every second you survive, your points increase. But don't get cozy, because the pace ramps up every ten points, the game speeds up... exponentially.

You make one mistake, and it is game over. See how high you can get the score before you get the [taskkill] treatment.

How do you play your game?
Press A and D to move, and when prompted to reset, press W. Avoid the asteroids by moving left to right (using A and D).

Code

Check off the items that are true.

  • [x ] The game was made using the Sprig editor.
  • [x ] The game is placed in the in the /games directory.
  • [x ] The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
  • [x ] The game runs without errors.
  • [x ] The name of the file/game contains only alphanumeric characters, -s, or _s.
  • [x ] The game name is not the same as the others from gallery

Image (If an image is used)

  • [x ] The image is in the /games/img directory.
  • [x ] The name of the image matches the name of your file.

Thanks for your PR!

Copy link

vercel bot commented Sep 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ❌ Failed (Inspect) Oct 16, 2024 11:08pm

Copy link
Contributor

@grymmy grymmy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please improve the game such that you cannot achieve tens of thousands of points by pressing 'up'. It might also be nice to spice things up something a little bit more than dodging, but I'll accept a bugfix to my issue as 'good enough'.

See screenshot:
Screenshot 2024-10-03 at 9 44 44 AM

@grymmy grymmy added the initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review label Oct 3, 2024
@sirbread
Copy link
Author

sirbread commented Oct 5, 2024

Bug has been squashed. (It's my first time using js :P )
I'll try working on a laser-shoot kinda function. wasn't able to figure it out right now, and I should probably sleep.
Not-so_pace_invaders_fix.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review submission Game submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants