> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixelfork.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Your First Game

Getting your first game running takes less than 5 minutes. Here's how:

<Steps>
  <Step title="Sign up and open the editor">
    Create your account at [pixelfork.ai](http://pixelfork.ai) and land on the Dashboard. This is your home for all games you create.
  </Step>

  <Step title="Start a new game">
    Click the prompt box and describe the game you want to make. Be as specific or as broad as you like — Pixelfork works either way. For example:

    > *"Create a 2D endless runner where a character jumps over obstacles in a city setting"*

    > *"Make a bubble-popping puzzle game with colorful emoji characters"*
  </Step>

  <Step title="Choose your platform">
    Before generation starts, Pixelfork asks: *"Which platform you want to built?"* You'll see two options — **Desktop** or **Mobile / Tablet**. Click Continue under whichever fits your game.

    <Info>
      This is an important choice — you cannot change the platform for a game after this point. If you want to build for a different platform, you'll need to start a new game.

      * Choose **Desktop** if you're building a game primarily for browser or PC play
      * Choose **Mobile / Tablet** if you're building for touch screens, Android export, or the Play Store
    </Info>
  </Step>

  <Step title="Play and iterate ">
    Pixelfork generates your game and renders it live in the Preview tab — no install needed. Play it instantly in the browser, and if something feels off, just tell Pixelfork in the chat. Every message builds on the last.
  </Step>

  <Step title="Share or export">
    Hit **Publish** to get a shareable link anyone can open in their browser. Or if you're on Pro, export as an APK to install directly on an Android device.
  </Step>
</Steps>
