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

Chess_Puzzle (Knight) #1781

Merged
merged 7 commits into from
Jun 25, 2024
Merged

Chess_Puzzle (Knight) #1781

merged 7 commits into from
Jun 25, 2024

Conversation

SilverCanvas72
Copy link
Contributor

Author : Silver Canvas

About:
The game is a puzzle game based off the chess knight. You must move it around the board, not hit obstacles, and make it to the goal (a pink and purple box).

How to Play:
Use WASD to move the cursor, then use "J" to move the knight where the cursor is. Move the knight in the same way you would in chess, and make your way to the goal (the pink and purple box).

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

Thanks for your PR!

Copy link

vercel bot commented Jun 19, 2024

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

Name Status Preview Comments Updated (UTC)
sprig 🛑 Canceled (Inspect) Jun 25, 2024 1: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.

Can you please add logic to restrict the movement of the knight to what is allowable by the rules of chess?

@SilverCanvas72
Copy link
Contributor Author

OK I made the changes.

Changed movement system so that you can only move in a way that complies with rules and player restarts level if they move onto a box.
@grymmy
Copy link
Contributor

grymmy commented Jun 25, 2024

Congratz! Neat game. If you're a teenager, and you haven't already received one, please fill out this form to receive your very own Sprig device! Also, feel free to join Hack Club's Slack, and share you creation in the #sprig channel!

@grymmy grymmy merged commit c02968c into hackclub:main Jun 25, 2024
2 of 3 checks passed
@vercel vercel bot temporarily deployed to Preview – sprig June 25, 2024 13:07 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission Game submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants