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

# Introduction

> Welcome to World Engine — the seed of future worlds

<img className="block" src="https://mintcdn.com/arguslabs/9b8GV5g2TuAKYfV9/images/og.jpg?fit=max&auto=format&n=9b8GV5g2TuAKYfV9&q=85&s=cca94618b2cc5860ac52cb6e28d8c893" alt="Hero" style={{ borderRadius: '0.5rem' }} data-path="images/og.jpg" />

## Getting Started

Get up and running with World Engine in less than 10 minutes.

<CardGroup cols={2}>
  <Card title="Installation & Setup" icon="pen-to-square" href="/setup">
    Install World CLI and scaffold a starter game project
  </Card>

  <Card title="Architecture" icon="sitemap" href="https://blog.argus.gg/world-engine/">
    Learn the high-level architecture of World Engine
  </Card>
</CardGroup>

## Building Your Game

Ready to build your game using the World Engine stack? Here are some resources.

<CardGroup cols={2}>
  <Card title="Cardinal (Game Shard)" icon="gamepad" href="/cardinal/introduction">
    Build your fully onchain game using World Engine's Cardinal framework
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/javascript/introduction">
    Build your game client with JavaScript and React (optional)
  </Card>
</CardGroup>
