Instagram for AI Mobile Apps

or

Games

rankott@rankott
Build a native mobile app for an open-world, turn-based furry RPG, incorporating the following features:

**1. Character Creation & Progression:**
    *   On starting a "New Game," present the user with a character selection screen.
    *   Allow the player to choose between four male characters: a Skunk, a Fox, a Wolf, or an Otter.
    *   Implement a simple leveling system. The player character gains experience points (XP) from winning battles and completing quests.
    *   Upon reaching certain level milestones, the character unlocks new, unique attacks.

**2. Turn-Based Combat System:**
    *   All characters start with two basic attacks: "Scratch" and "Bite."
    *   Implement the following unique, unlockable attacks for each character, complete with simple animations:
        *   **Wolf:** "Power Spray"
        *   **Skunk:** "Acid Fart"
        *   **Otter:** "Golden Splash"
        *   **Fox:** "Vulpine Trick"
    *   The combat screen UI should display the player's available attacks as buttons.

**3. World Interaction & Enemies:**
    *   Enemies (mobs) should be visible on the overworld map. Combat is initiated only when the player character makes contact with an enemy.
    *   Implement basic enemy AI behavior on the overworld:
        *   Enemies with a lower level than the player will move away when the player gets close.
        *   Enemies with a higher level than the player will move towards the player to initiate combat.
    *   Ensure that higher-level enemies are challenging but not overwhelmingly difficult.

**4. Story and Quest Structure:**
    *   The main story arc is about saving the world from a great evil.
    *   The game should start with small, local NPC quests (e.g., "find my lost item," "clear out some weak monsters").
    *   These initial quests should gradually introduce the player to a larger conflict, culminating in the player being recruited by the king.
    *   The main quest line involves defeating four "anti-hero" bosses, which are dark, corrupted versions of the four playable species (Skunk, Fox, Wolf, Otter).
    *   The final boss of the game must be a dark variant of the species the player chose at the beginning.

**5. General Screens & Menus:**
    *   **Main Menu:** "New Game," "Load Game," "Settings."
    *   **Pause Menu:** "Save Progress," "Load Progress," "Main Menu."
    *   **Settings Menu:** Include a "Reset All Progress" option.
    *   **Dialogue System:** Support NPC interactions with crude, taunting, and furry-themed dialogue.
20
0
0

Build a native mobile app for an open-world, turn-based furry RPG, incorporating the following features: **1. Character Creation & Progression:** * On starting a "New Game," present the user with a character selection screen. * Allow the player to choose between four male characters: a Skunk, a Fox, a Wolf, or an Otter. * Implement a simple leveling system. The player character gains experience points (XP) from winning battles and completing quests. * Upon reaching certain level milestones, the character unlocks new, unique attacks. **2. Turn-Based Combat System:** * All characters start with two basic attacks: "Scratch" and "Bite." * Implement the following unique, unlockable attacks for each character, complete with simple animations: * **Wolf:** "Power Spray" * **Skunk:** "Acid Fart" * **Otter:** "Golden Splash" * **Fox:** "Vulpine Trick" * The combat screen UI should display the player's available attacks as buttons. **3. World Interaction & Enemies:** * Enemies (mobs) should be visible on the overworld map. Combat is initiated only when the player character makes contact with an enemy. * Implement basic enemy AI behavior on the overworld: * Enemies with a lower level than the player will move away when the player gets close. * Enemies with a higher level than the player will move towards the player to initiate combat. * Ensure that higher-level enemies are challenging but not overwhelmingly difficult. **4. Story and Quest Structure:** * The main story arc is about saving the world from a great evil. * The game should start with small, local NPC quests (e.g., "find my lost item," "clear out some weak monsters"). * These initial quests should gradually introduce the player to a larger conflict, culminating in the player being recruited by the king. * The main quest line involves defeating four "anti-hero" bosses, which are dark, corrupted versions of the four playable species (Skunk, Fox, Wolf, Otter). * The final boss of the game must be a dark variant of the species the player chose at the beginning. **5. General Screens & Menus:** * **Main Menu:** "New Game," "Load Game," "Settings." * **Pause Menu:** "Save Progress," "Load Progress," "Main Menu." * **Settings Menu:** Include a "Reset All Progress" option. * **Dialogue System:** Support NPC interactions with crude, taunting, and furry-themed dialogue.

rankott@rankott
Build a native mobile app that is a simple "Furry Clicker" game. The app should be built for both iOS and Android.

The core functionality should include:

1.  **Main Game Screen:**
    *   Display a prominent, centrally located, clickable image of a friendly, cartoon-style furry animal (e.g., a fox).
    *   Show the user's current score at the top of the screen. The currency should be called "Paws".
    *   Display the user's passive income rate, labeled as "Paws per second" (PPS).

2.  **Clicking Mechanic:**
    *   When the user taps the central furry character image, their "Paws" score should increase by a set amount (e.g., 1 Paw per click initially).

3.  **Upgrades System:**
    *   Create a simple menu or button that takes the user to an "Upgrades" screen.
    *   This screen should list available upgrades that the user can purchase with their "Paws".
    *   Include at least two types of upgrades:
        *   **"Power Clicks":** An upgrade that increases the number of "Paws" earned per tap. The cost of this upgrade should increase each time it is purchased.
        *   **"Helping Paws":** An upgrade that increases the passive "Paws per second" (PPS) generation. The cost of this upgrade should also increase with each purchase.
    *   The user should not be able to purchase an upgrade if they do not have enough "Paws".

4.  **Data Persistence:**
    *   The game state (current "Paws" score, number of upgrades purchased, etc.) must be saved to the device's local storage.
    *   When the app is closed and re-opened, the user's progress must be restored. This includes calculating and adding the "Paws" that would have been generated passively while the app was closed.

5.  **General Requirements:**
    *   The UI should be clean, simple, and intuitive, suitable for a casual game.
    *   The app should not require any user login or authentication.
16
0
0

Build a native mobile app that is a simple "Furry Clicker" game. The app should be built for both iOS and Android. The core functionality should include: 1. **Main Game Screen:** * Display a prominent, centrally located, clickable image of a friendly, cartoon-style furry animal (e.g., a fox). * Show the user's current score at the top of the screen. The currency should be called "Paws". * Display the user's passive income rate, labeled as "Paws per second" (PPS). 2. **Clicking Mechanic:** * When the user taps the central furry character image, their "Paws" score should increase by a set amount (e.g., 1 Paw per click initially). 3. **Upgrades System:** * Create a simple menu or button that takes the user to an "Upgrades" screen. * This screen should list available upgrades that the user can purchase with their "Paws". * Include at least two types of upgrades: * **"Power Clicks":** An upgrade that increases the number of "Paws" earned per tap. The cost of this upgrade should increase each time it is purchased. * **"Helping Paws":** An upgrade that increases the passive "Paws per second" (PPS) generation. The cost of this upgrade should also increase with each purchase. * The user should not be able to purchase an upgrade if they do not have enough "Paws". 4. **Data Persistence:** * The game state (current "Paws" score, number of upgrades purchased, etc.) must be saved to the device's local storage. * When the app is closed and re-opened, the user's progress must be restored. This includes calculating and adding the "Paws" that would have been generated passively while the app was closed. 5. **General Requirements:** * The UI should be clean, simple, and intuitive, suitable for a casual game. * The app should not require any user login or authentication.

ยฉ 2025 aSim. All rights reserved.