import { Stack, Grid, Typography, Paper, List, ListSubheader, ListItem, ListItemIcon, ListItemText, Link, Button, } from "@mui/material"; import KeyIcon from "@mui/icons-material/Key"; import SmartButtonIcon from "@mui/icons-material/SmartButton"; import PlayArrowIcon from "@mui/icons-material/PlayArrow"; import { PlayArrow } from "@mui/icons-material"; export default function Introduction() { return ( Provide a prompt detailing your desired game, and our 2D Game Developer will build it. The game operates directly in your browser via JavaScript on Canvas2D. This demo is ideal for crafting simple games and rapid prototyping. However, due to the limited context size and single-request design, there are constraints on the code volume. We are looking into integrating open-source models (for example{" "} starchat-alpha ) next, so stay tuned! Quickstart {" "} Add your  OpenAI API key Select one of the Examples Click on     You are stuck?{" "} We are here to help! ); }