# Aklımda Ne Var?: Word guessing game

> Think of a word, let friends find it with questions. Same device, online, or against AI.

Game, 2026. Status: live. Platforms: iOS, Android.

5 questions, 5 guesses. A word guessing game played by passing the phone around, in online rooms of 2 to 5 players, or against an AI opponent.

One player thinks of a word; the others narrow it down with yes-or-no questions and take their guesses. The rules are simple and the rounds are short: 5 questions and 5 guesses in a one-on-one round, 3 questions and 2 guesses each when a whole room is guessing at once.

There are four ways to play. Same-device mode passes the phone from hand to hand. An online room holds 2 to 5 players: with two it is a duel, with three or more everyone asks at the same time and the first correct guess takes the round. In the AI room the AI holds the word and the whole group races to find it, over a match of 3, 5 or 7 words. Against AI, the AI holds a word and answers your questions, then you hold one and it guesses.

Each round is shuffled by three small rules: a couple of topics are off-limits, the word holder leaves one vague hint, and three question suggestions sit above the keyboard when you are stuck.

The game is available in English and Turkish, and is built with Flutter for iOS and Android.

## How it was built

The rules were fixed before any code: five yes-or-no questions, five guesses, one word. The first version was made for a phone passed around a table, which forced the whole interface to work with zero setup and no accounts.

Online rooms and the AI opponent were added on top of that same round structure rather than as separate games, so a player who learns the game on the sofa can play it against a friend in another city or against the AI without learning anything new.

English came later and was treated as a second set of content, not a translation layer: its own word lists, off-limits topics, hint patterns and AI prompts. The interface follows the phone's language while the words follow the room, so a Turkish player and an English player can sit in the same room and still read every button in their own language.

## Highlights

- **Same-device mode**: Pass the phone around and play with friends in the room.
- **Online rooms**: Create a room or join with a code; 2 to 5 players at once.
- **AI room**: The AI holds the word while the whole group races to find it.
- **Against AI**: An AI opponent that answers your questions and guesses your word.
- **Off-limits topics**: Some topics are banned each round, so the questions change.
- **English and Turkish**: Words, hints and the AI play in the language of the match.

## Questions and answers

**How many people can play?** Any number on one device by passing the phone around; 2 to 5 players in an online room; one player against the AI.

**Do I need an account?** No. You pick a nickname and start. Online rooms use a code, not a login.

**Is it free?** Yes, without ads. Playing with friends is unlimited; AI modes have a daily free allowance, and a one-time Premium purchase removes it.

**What language is the game in?** English and Turkish. The interface follows your phone's language, and the words, hints and AI answers follow the language of the match.

**Does it work without internet?** Same-device mode works offline. Online rooms and the AI modes need a connection.

Technologies: Flutter, Dart, PHP, Firebase

## Links

- [App Store](https://apps.apple.com/app/id6804660084)
- [Google Play](https://play.google.com/store/apps/details?id=com.tancode.aklimda)
- [Privacy policy](https://tancode.dev/aklimda-ne-var/privacy)

Built by Ahmet Aytanözü (tancode). Page: https://tancode.dev/projects/aklimda-ne-var
