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

UltimateTicTacToe #2015

Merged
merged 2 commits into from
Jul 22, 2024
Merged

UltimateTicTacToe #2015

merged 2 commits into from
Jul 22, 2024

Conversation

graceliu135
Copy link
Contributor

@graceliu135 graceliu135 commented Jul 20, 2024

Your checklist for this pull request

Author name

Grace

About your game

It is a game of Tic Tac Toe but more complex!

Press WASD to move the blue box and press J to place down your move. You cannot place down on an already taken spot.
It functions similarly to regular Tic Tac Toe, two people take turns placing down Xs and Os until someone gets three in a row. However, you need to win three small boards in a row to win. You win a small board by getting three in a row on that small board.
Additionally, you are only allowed to place something down on the board determined by your opponent's previous move. Wherever they place down their move, that is the board you need to play on.
If you are sent to a board that has already been won, you are free to move to any of the boards, you aren't restricted to any single board.
Also, if a small board ends up in a tie, that small board is cleared and reset to play on again until someone wins it.

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 your PR!

Copy link

vercel bot commented Jul 20, 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 Jul 22, 2024 3:31pm

@GalaxyGamingBoy
Copy link
Member

Interesting twist on tic-tac-toe, it introduces a unique play style! In the case you haven't received a sprig device and are a teenager, feel free to fill out this form in order to receive one! Also make sure to checkout and join the HackClub slack and share your game in the #sprig channel.

@GalaxyGamingBoy GalaxyGamingBoy merged commit 573d8ec into hackclub:main Jul 22, 2024
3 of 4 checks passed
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.

3 participants