import { Card, CardContent, CardHeader, CardMedia, Grid, Link, List, ListItem, ListItemIcon, ListItemText, Table, TableBody, TableCell, TableRow, Typography, } from "@mui/material"; import { DividerBox, SectionBox } from "./base/boxes"; import { DynamicFeed, PrecisionManufacturing } from "@mui/icons-material"; export default function Examples() { return ( <> Examples Play {" "} via Codesandbox Model GPT 3.5 Turbo Iterations 20 Controls Keyboard: Movement (Arrow Left, Arrow right), Shooting (Space), Restart (R) Hints The bigger the window, the easier it gets to play
); }