Skip to content

Tic-Tac-No#757

Merged
LucasHT22 merged 5 commits into
hackclub:mainfrom
0jas0jas:main
Feb 2, 2023
Merged

Tic-Tac-No#757
LucasHT22 merged 5 commits into
hackclub:mainfrom
0jas0jas:main

Conversation

@0jas0jas
Copy link
Copy Markdown
Contributor

Your checklist for this pull request

About your game

What is your game about?
Tic-Tac-No is a modded version of the classic Tic-Tac-Toe which attempts to make the classic game more interesting. In here, you AVOID placing three crosses consecutively.

Both players play with Xs.
Players take turns to place their X trying to PREVENT a triple X from being formed
The player who completes a triple X LOSES :(

How to play your game?
w, a, s, d to control the pointer
j to place a cross

Code

Check off the items that are true.

  • The game was made using the Sprig editor.
  • The game is placed in the 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

Image (If an image is used)

Thanks for PR!

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 29, 2023

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

Name Status Preview Comments Updated
sprig ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 2, 2023 at 11:45PM (UTC)

@vercel vercel Bot temporarily deployed to Preview – sprig January 29, 2023 13:55 Inactive
Copy link
Copy Markdown
Member

@LucasHT22 LucasHT22 left a comment

Choose a reason for hiding this comment

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

Apologies for the delay! Looks like the win criteria are kinda weird

@LucasHT22 LucasHT22 added the submission Game submission label Feb 2, 2023
@vercel vercel Bot temporarily deployed to Preview – sprig February 2, 2023 16:37 Inactive
@0jas0jas
Copy link
Copy Markdown
Contributor Author

0jas0jas commented Feb 2, 2023

Hi! I'll try to fix it right away.

@vercel vercel Bot temporarily deployed to Preview – sprig February 2, 2023 17:20 Inactive
@0jas0jas
Copy link
Copy Markdown
Contributor Author

0jas0jas commented Feb 2, 2023

Fixed, yay!

@0jas0jas 0jas0jas requested a review from LucasHT22 February 2, 2023 17:21
Copy link
Copy Markdown
Member

@LucasHT22 LucasHT22 left a comment

Choose a reason for hiding this comment

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

hmm was it for when you reach 4 x the game decide who wins?

@0jas0jas
Copy link
Copy Markdown
Contributor Author

0jas0jas commented Feb 2, 2023

The player who makes the 3Xes in a row LOSES. It's bending the rules of the original game. The problem was that when the game ends, any movement buttons you press would cause an error because, well, there IS no player after the game ends.

@vercel vercel Bot temporarily deployed to Preview – sprig February 2, 2023 23:45 Inactive
Copy link
Copy Markdown
Member

@LucasHT22 LucasHT22 left a comment

Choose a reason for hiding this comment

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

oh, right! Looks good to me! Congrats:)
If you're a teen, you can get your sprig here! https://sprig-order.hackclub.dev/

@LucasHT22 LucasHT22 merged commit c4c617b into hackclub:main Feb 2, 2023
LucasHT22 added a commit that referenced this pull request Feb 2, 2023
@0jas0jas
Copy link
Copy Markdown
Contributor Author

0jas0jas commented Feb 3, 2023

Thank you so much, @LucasHT22 !

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.

2 participants