bimalkaf/Android_TicTacToe_Online — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Android multiplayer Tic Tac Toe app in Kotlin.
I want users to be able to open the app, start or join a game, and play Tic Tac Toe against another person in real time. Moves should update instantly for both players using Firebase, and the app should clearly show whose turn it is, who wins, or if the game ends in a draw.
Keep the interface clean and easy to use, like a casual mobile game. It should have the basic 3 by 3 board, player marks, and simple screens for finding or creating a match. If Firebase setup needs placeholders or config notes, add them so I can connect my own Firebase project later.
Please make the project runnable in Android Studio, keep the code understandable, and don’t overcomplicate it. Look up current Android or Firebase docs online if you need to.
Want more depth? Deep Reverse