Hey everyone, So TicTacToe Extension is back with a new update,
This update is quite important and better because Yes, now you guys can make online TicTacToe game with this easily with Firebase Realtime Database
v2.0
So let’s see the new blocks and the new aix file
But first, let’s see the index system of the extension
So in the indexes 1st number represents the row and 2nd represents the column
Now the are the new blocks
When the X will be placed then its index will be returned
When the O will be placed then its index will be returned
You can’t place any character X or O to any index according to you
I have made this type of system because then the whole Tic Tac Toe board will be filled up by only Xs and Os. To prevent this I have made a system and fore example if someone will place X then it will get to know automatically that we have to place O to some specific index which will be specified through the row and col in the block (If you didn’t get it then you can message in the topic, I’ll try to make it more clear)
These two blocks can help you to close the view and open the view. This specially helps in creating online game.
CloseView doesn’t remove the view or hide it. It just locks the view basically, that is, untill unless the view is opened by OpenView block Tic Tac Toe board won’t function.
I'll share the apk of online Tic Tac Toe game with you soon, so Stay Tuned! :wink:
Friends if you would like to buy this extension then please pay me and DM me the screenshot, I’ll share the file to you in the DM
Extension is allowed to be just used by individuals. Modifying of source and reselling/redistribution is prohibited. If you want to share this extension to someone, post the link to this thread in the topic.
This Version is Removed. Supported version is v1.0
✨[PAID] v2.0 Update ✨[REMOVED]
Hey everyone, So TicTacToe Extension is back with a new update,
This update is quite important and better because Yes, now you guys can make online TicTacToe game with this easily with Firebase Realtime Database
So let’s see the new blocks and the new aix file
But first, let’s see the index system of the extension
So in the indexes 1st number represents the row and 2nd represents the column
Now the are the new blocks
When the X will be placed then its index will be returned
When the O will be placed then its index will be returned
You can’t place any character X or O to any index according to you
I have made this type of system because then the whole Tic Tac Toe board will be filled up by only Xs and Os. To prevent this I have made a system and fore example if someone will place X then it will get to know automatically that we have to place O to some specific index which will be specified through the row and col in the block (If you didn’t get it then you can message in the topic, I’ll try to make it more clear)
These two blocks can help you to close the view and open the view. This specially helps in creating online game.
CloseView doesn’t remove the view or hide it. It just locks the view basically, that is, untill unless the view is opened by OpenView block Tic Tac Toe board won’t function.
I’ll share the apk of online Tic Tac Toe game with you soon, so Stay Tuned!
Friends if you would like to buy this extension then please pay me and DM me the screenshot, I’ll share the file to you in the DM
I’m thrilled to announce that my Tic Tac Toe extension is now open source! This means you can now dive into the code, see how it works, and even contribute to making it better.
Why Open Source?
I’ve always believed in the power of open source. It’s a great way to learn and grow together as a community. By sharing this extension, I hope to:
Encourage Learning: Get a deeper understanding of how such extensions are built.
Foster Innovation: Improve and innovate upon the existing code.
Collaborate: Work together to enhance and fix any issues.
Check It Out on GitHub
You can find the complete source code here:
Feel free to clone the repository, explore the code, and if you have any cool ideas or fixes, don’t hesitate to contribute!
Key Features
Easy Integration: Simple to integrate into your existing projects.
Customizable: Tweak the look and feel to match your app’s style.
Lightweight: Doesn’t bloat your app and runs smoothly.
How to Use
Clone the Repository: git clone https://github.com/Horizon3833/TicTacToe.git
Explore the Code: Open the project in your favorite IDE.
Integrate: Follow the instructions in the README to integrate it into your Niotron projects.
Customize: Feel free to modify the code to suit your needs.
Contribution
I’d love to see contributions from the community! Whether it’s fixing bugs, adding new features, or improving the documentation, your help is welcome. Open an issue or submit a pull request on GitHub.
Need Help?
If you have any questions or run into issues, feel free to reach out here on the forum or open an issue on GitHub.