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

Tic-Tac-Toe-YZ #1973

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Tic-Tac-Toe-YZ #1973

merged 3 commits into from
Jul 18, 2024

Conversation

bochk0
Copy link
Contributor

@bochk0 bochk0 commented Jul 17, 2024

Your checklist for this pull request

Author name

Author: bochk0

About your game

What is your game about?
Tic-Tac-Toe is a unique variation of the classic game, where the objective is to be the first to get three of your own marks in a row, either horizontally, vertically, or diagonally, against an AI opponent represented by Z, while you play as Y.

How do you play your game?
W - Up, S - Down, A - left, D - Right, I - place Y, K - reset game

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 17, 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 18, 2024 9:33pm

@GalaxyGamingBoy
Copy link
Member

Cool iteration on a tictactoe game but the AI could use some work and/or there could be more game mechanics to make the game more interesting and unique.

@GalaxyGamingBoy GalaxyGamingBoy self-assigned this Jul 18, 2024
@GalaxyGamingBoy GalaxyGamingBoy added submission Game submission initial review performed This Sprig app PR has had initial feedback given, and is in a pending state of review labels Jul 18, 2024
@bochk0
Copy link
Contributor Author

bochk0 commented Jul 18, 2024

Cool iteration on a tictactoe game but the AI could use some work and/or there could be more game mechanics to make the game more interesting and unique.

@GalaxyGamingBoy, could you give me some ideas? I have no idea what I could add more on tic-tac-toe. Should I make the AI more advanced so it almost doesn't give chance to the player to win?

@GalaxyGamingBoy
Copy link
Member

GalaxyGamingBoy commented Jul 18, 2024

That certainly is a possibility, in the case you can also introduce a twist like power ups for the player to "freeze" the AI, or even trap it

@bochk0
Copy link
Contributor Author

bochk0 commented Jul 18, 2024

That certainly is a possibility, in the case you can also introduce a twist like power ups for the player to "freeze" the AI, or even trap it

@GalaxyGamingBoy
I added two power-ups:

  • Freezing 1 AI move
  • Double move for player (AI skip 2 moves)
    also made the AI harder to beat

@GalaxyGamingBoy
Copy link
Member

Cool! I really like the twist you added!

@GalaxyGamingBoy GalaxyGamingBoy merged commit 0c5f34a into hackclub:main Jul 18, 2024
4 checks passed
@bochk0
Copy link
Contributor Author

bochk0 commented Jul 18, 2024

Cool! I really like the twist you added!

@GalaxyGamingBoy
Thank you! Could you link me the form for sprig in airtable?

@GalaxyGamingBoy
Copy link
Member

GalaxyGamingBoy commented Jul 18, 2024

Ah yes my bad, the message didn't send. If you are a teenager and haven't received a sprig device you are welcome to out fill out this form to receive one! Also, feel free to join Hack Club's Slack in the #sprig channel to share your creation with others!

@bochk0
Copy link
Contributor Author

bochk0 commented Jul 18, 2024

Thank you!

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