Note
Please review this additional information before continuing.
This game is for fun, and some assets are used without permission from their original owners. I do not claim any copyright over these assets, they still belong to their respective owners. Here's some information:
- Character images, dialogues, and audio are from Blue Archive Wiki
- Logo generated with Blue Archive Logo Generator
TTC Barchi is a web-based Tic-tac-toe game with a Blue Archive theme.
- Bot that can play against you
- Blue Archive characters, dialogues
- and more to explore
This game works like Tic-tac-toe, where the player takes turns marking spaces on a grid, trying to get three marks in a row.
- The bot doesn't think but it will make a random available move.
- The bot will start by making a random move.
- Then, it will make a move that could potentially lead to a win.
- After that, the bot will check if it can win in the next move or if the player can win.
- If the player can win in one move, the bot will block it. If the bot can win, it will make that move.
- If none of these situations apply, the bot will make a random available move.
- Similar to normal difficulty, but instead of a random first move, it chooses one based on a winning strategy.
- This diff is different from the rest, it uses the minimax algorithm.
Assuming you've forked the repo and are running a local server or using the demo app:
- Choose whether you want to play as X or O.
- Click the "Start Game" button.
- Mark a grid space.
- Repeat until you get three marks in a row.
- The game ends, and the result will be displayed.
There's always room for improvement. Feel free to contribute!
The game is licensed under MIT License. Check the license file for more details.