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

Add Minesweeper game #2567

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

Add Minesweeper game #2567

wants to merge 4 commits into from

Conversation

0day-Yash
Copy link

@0day-Yash 0day-Yash commented Nov 7, 2024

Your checklist for this pull request

Author name

Author:0day-Yash

About your game

**Teaching yound minds how to gamble with the classic MineSweeper Game (Im joking) **

Movement: Use the W, A, S, D keys to move the flag around the grid.
Uncover a tile: Press the J key to uncover the tile where the flag is placed.
Place a flag: Press the K key to place a flag on a tile to mark it as a suspected mine location.
Restart: If the game is over, press I to restart the game.

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)

Thanks for your PR!

Copy link

vercel bot commented Nov 7, 2024

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

Name Status Preview Comments Updated (UTC)
sprig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 2:21am

Copy link

github-actions bot commented Nov 7, 2024

You can play your game at Play Here!

@alx-alexpark alx-alexpark added the submission Game submission label Nov 7, 2024
@alx-alexpark alx-alexpark self-assigned this Nov 7, 2024
Copy link

github-actions bot commented Nov 7, 2024

You can play your game at Play Here!

@alx-alexpark alx-alexpark changed the title Add files via upload Add Minesweeper agme Nov 7, 2024
@alx-alexpark alx-alexpark changed the title Add Minesweeper agme Add Minesweeper game Nov 7, 2024
Copy link

github-actions bot commented Nov 8, 2024

You can play your game at Play Here!

Copy link
Member

@alx-alexpark alx-alexpark left a comment

Choose a reason for hiding this comment

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

Hii, the game is a bit hard to play because it has a few bugs, could you fix them? The text clips off the screen, and there is no "r" key on the sprig. I think the gameplay overall could be improved to be more intuitive. Feel free to message in #sprig if you need any help!

@alx-alexpark alx-alexpark added the initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review label Nov 13, 2024
@0day-Yash
Copy link
Author

Hii, the game is a bit hard to play because it has a few bugs, could you fix them? The text clips off the screen, and there is no "r" key on the sprig. I think the gameplay overall could be improved to be more intuitive. Feel free to message in #sprig if you need any help!

Sure, I'll fix the bugs and ping you once its better

Copy link

You can play your game at Play Here!

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