Spaces:
Runtime error
Runtime error
File size: 22,218 Bytes
2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 65cfba9 2d85080 2f65818 2d85080 2f65818 9916364 2d85080 2f65818 b804222 2f65818 9916364 2d85080 2f65818 9916364 2f65818 9916364 65cfba9 2f65818 9916364 2f65818 2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 2d85080 2f65818 9916364 2f65818 2d85080 2f65818 2d85080 2f65818 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 |
import { useEffect, useMemo, useRef, useState } from "react";
import { AxiosError } from "axios";
import AcUnitIcon from "@mui/icons-material/AcUnit";
import LocalFireDepartmentIcon from "@mui/icons-material/LocalFireDepartment";
import CheckIcon from "@mui/icons-material/Check";
import ClearIcon from "@mui/icons-material/Clear";
import CodeIcon from "@mui/icons-material/Code";
import CodeOffIcon from "@mui/icons-material/CodeOff";
import VisibilityIcon from "@mui/icons-material/Visibility";
import DeleteForeverIcon from "@mui/icons-material/DeleteForever";
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
import PlayArrowIcon from "@mui/icons-material/PlayArrow";
import ReplayIcon from "@mui/icons-material/Replay";
import MoneyIcon from "@mui/icons-material/Money";
import TollIcon from "@mui/icons-material/Toll";
import TextField from "@mui/material/TextField";
import Box from "@mui/material/Box";
import Stack from "@mui/material/Stack";
import Accordion from "@mui/material/Accordion";
import Typography from "@mui/material/Typography";
import AccordionSummary from "@mui/material/AccordionSummary";
import AccordionDetails from "@mui/material/AccordionDetails";
import Paper from "@mui/material/Paper";
import IconButton from "@mui/material/IconButton";
import List from "@mui/material/List";
import ListItem from "@mui/material/ListItem";
import { nanoid } from "nanoid";
import AppBar from "@mui/material/AppBar";
import Toolbar from "@mui/material/Toolbar";
import ListItemIcon from "@mui/material/ListItemIcon";
import ListItemButton from "@mui/material/ListItemButton";
import ListItemText from "@mui/material/ListItemText";
import { useHost } from "esdeka/react";
import CircularProgress from "@mui/material/CircularProgress";
import Slider from "@mui/material/Slider";
import { useAtom } from "jotai";
import Button from "@mui/material/Button";
import dynamic from "next/dynamic";
import FormControl from "@mui/material/FormControl";
import InputLabel from "@mui/material/InputLabel";
import Select from "@mui/material/Select";
import MenuItem from "@mui/material/MenuItem";
import { useColorScheme } from "@mui/material/styles";
import { getTheme, prettify } from "@/utils";
import { answersAtom, showCodeAtom } from "@/store/atoms";
import {
COMMAND_ADD_FEATURE,
COMMAND_CREATE_GAME,
COMMAND_EXTEND_FEATURE,
COMMAND_FIX_BUG,
COMMAND_LABEL_ADD_FEATURE,
COMMAND_LABEL_CREATE_GAME,
COMMAND_LABEL_EXTEND_FEATURE,
COMMAND_LABEL_FIX_BUG,
COMMAND_LABEL_REMOVE_FEATURE,
COMMAND_REMOVE_FEATURE,
} from "@/constants";
import { baseGame } from "@/constants/baseGame";
import { fontMono } from "@/lib/theme";
import { Codesandbox } from "@/components/Codesandbox";
import ExampleButton from "@/components/base/ExampleButton";
import { Alert, ButtonGroup, ListSubheader } from "@mui/material";
import Secret from "@/components/base/secret";
import { toOpenAI } from "@/services/api";
import { createClient } from "@/services/api/openai";
import { RainbowListItemButton } from "./base/boxes";
const MonacoEditor = dynamic(import("@monaco-editor/react"), { ssr: false });
export interface ShareProps {
title: string;
content: string;
}
export default function GameCreator() {
const ref = useRef<HTMLIFrameElement>(null);
const abortController = useRef<AbortController | null>(null);
const [prompt, setPrompt] = useState("");
const [template, setTemplate] = useState(prettify(baseGame.default));
const [runningId, setRunningId] = useState("1");
const [activeId, setActiveId] = useState("1");
const [answers, setAnswers] = useAtom(answersAtom);
const [showCode, setShowCode] = useAtom(showCodeAtom);
const [loading, setLoading] = useState(false);
const [loadingLive, setLoadingLive] = useState(true);
const [errorMessage, setErrorMessage] = useState("");
const { mode, systemMode } = useColorScheme();
const { call, subscribe } = useHost(ref, "2DGameGPT");
const connection = useRef(false);
const [tries, setTries] = useState(1);
// Send a connection request
useEffect(() => {
const current = answers.find(({ id }) => id === runningId);
if (connection.current || tries <= 0) {
return () => {
/* Consistency */
};
}
const timeout = setTimeout(() => {
if (current) {
call({ template: current.content });
}
setTries(tries - 1);
}, 1_000);
return () => {
clearTimeout(timeout);
};
}, [call, tries, answers, runningId]);
useEffect(() => {
if (!connection.current && loadingLive) {
const unsubscribe = subscribe(event => {
const { action } = event.data;
switch (action.type) {
case "answer":
connection.current = true;
setLoadingLive(false);
break;
default:
break;
}
});
return () => {
unsubscribe();
};
}
return () => {
/* Consistency */
};
}, [subscribe, loadingLive]);
const handleSubmit = async (event: React.FormEvent<HTMLFormElement>) => {
event.preventDefault();
const formData = new FormData(event.target as HTMLFormElement);
const formObject = Object.fromEntries(formData);
try {
setLoading(true);
abortController.current = new AbortController();
const { command, prompt, temperature, template, model, maxTokens } = formObject;
const client = createClient(formObject.openAIAPIKey as string);
const answer = await toOpenAI({
command: command as string,
prompt: prompt as string,
temperature: temperature as string,
template: template as string,
model: model as string,
maxTokens: maxTokens as string,
client,
signal: abortController.current.signal,
});
setAnswers(previousAnswers => [answer, ...previousAnswers]);
setRunningId(answer.id);
setActiveId(answer.id);
setTemplate(prettify(answer.content));
setErrorMessage("");
reload();
} catch (error) {
if ((error as { message?: string }).message !== "canceled") {
setErrorMessage((error as AxiosError).message);
console.error(error);
}
} finally {
setLoading(false);
}
};
const handleCancel = async () => {
if (abortController.current) {
abortController.current.abort();
}
setLoading(false);
reload();
};
const sortedAnswers = useMemo(() => {
return [...answers].sort((a, b) => {
if (a.id === "1") return -1;
if (b.id === "1") return 1;
return 0;
});
}, [answers]);
const current = answers.find(({ id }) => id === activeId);
function reload() {
connection.current = false;
if (ref.current) {
ref.current.src = `/live?${nanoid()}`;
setLoadingLive(true);
setTries(1);
}
}
return (
<>
<Paper sx={{ p: 1 }}>
<Stack
sx={{
...fontMono.style,
inset: 0,
overflow: "hidden",
flexDirection: { md: "row" },
height: "95vh",
}}
>
<Stack
sx={{
width: { md: "50%" },
height: { xs: "50%", md: "100%" },
flex: 1,
overflow: "hidden",
}}
>
<AppBar position="static" elevation={0} color="default">
<Toolbar>
<Stack sx={{ alignItems: "baseline", flex: 1 }} direction="row">
<Typography variant="h5" component="h2" sx={{ m: 0 }}>
2D GameCreator
</Typography>
<Typography variant="body2" sx={{ ml: 1 }}>
v1.0.0
</Typography>
</Stack>
<IconButton
color="inherit"
aria-label={showCode ? "Hide Code" : "Show Code"}
onClick={() => {
setShowCode(previousState => !previousState);
}}
>
{showCode ? <CodeOffIcon /> : <CodeIcon />}
</IconButton>
</Toolbar>
</AppBar>
{showCode && (
<Box
sx={{ flex: 1 }}
onKeyDown={event => {
if (event.key === "s" && event.metaKey) {
event.preventDefault();
setAnswers(previousAnswers =>
previousAnswers.map(previousAnswer => {
return previousAnswer.id === activeId
? {
...previousAnswer,
content: template,
}
: previousAnswer;
})
);
setTemplate(previousState => prettify(previousState));
reload();
}
}}
>
<MonacoEditor
theme={getTheme(mode, systemMode)}
language="javascript"
value={template}
options={{
fontSize: 14,
}}
onChange={async value => {
setTemplate(value ?? "");
}}
/>
</Box>
)}
<Stack
sx={{
flex: 1,
display: showCode ? "none" : undefined,
overflow: "hidden",
}}
>
<Box
component="form"
id="gpt-form"
sx={{ p: 0, pt: 0 }}
onSubmit={handleSubmit}
>
<Stack sx={{ p: 1, pl: 0, gap: 1 }}>
<Secret label="OpenAI API Key" name="openAIAPIKey" />
<Stack direction="row" spacing={1}>
<TextField
multiline
fullWidth
variant="filled"
required
id="prompt"
name="prompt"
label="Prompt"
value={prompt}
onChange={e => setPrompt(e.target.value)}
minRows={3}
InputProps={{
style: fontMono.style,
}}
/>
<Stack spacing={1}>
<FormControl variant="outlined" sx={{ minWidth: 180 }}>
<InputLabel id="gpt-command-select-label">
Command
</InputLabel>
<Select
labelId="gpt-command-select-label"
id="gpt-command-select"
name="command"
defaultValue={COMMAND_CREATE_GAME}
label="Command"
>
<MenuItem value={COMMAND_CREATE_GAME}>
{COMMAND_LABEL_CREATE_GAME}
</MenuItem>
<MenuItem value={COMMAND_ADD_FEATURE}>
{COMMAND_LABEL_ADD_FEATURE}
</MenuItem>
<MenuItem value={COMMAND_REMOVE_FEATURE}>
{COMMAND_LABEL_REMOVE_FEATURE}
</MenuItem>
<MenuItem value={COMMAND_EXTEND_FEATURE}>
{COMMAND_LABEL_EXTEND_FEATURE}
</MenuItem>
<MenuItem value={COMMAND_FIX_BUG}>
{COMMAND_LABEL_FIX_BUG}
</MenuItem>
</Select>
</FormControl>
<ButtonGroup
variant="contained"
fullWidth
sx={{ flexGrow: 1, maxHeight: "96px" }}
>
<Button
form="gpt-form"
type="submit"
aria-label={loading ? "Loading" : "Run"}
aria-disabled={loading}
disabled={loading}
startIcon={
loading ? (
<CircularProgress size={20} />
) : (
<PlayArrowIcon />
)
}
sx={{
pl: 5,
pr: 5,
}}
>
Run
</Button>
<Button
aria-label="Cancel"
aria-disabled={!loading}
disabled={!loading}
onClick={handleCancel}
startIcon={<ClearIcon />}
color="error"
sx={{
pl: 0,
pr: 0,
}}
></Button>
</ButtonGroup>
</Stack>
</Stack>
{errorMessage && <Alert severity="error">{errorMessage}</Alert>}
<Stack direction="row" spacing={1} alignItems="center">
<Typography>Examples</Typography>
<ExampleButton
title={"Space Invaders"}
text={
"Space Invaders. Single player ship at the bottom, a row of invaders at the top moving side-to-side and descending. The player ship can move left and right, and shoot bullets to destroy the invaders. Handle game over scenario when an invader reaches the player's level or all invaders are dead. Collision detection for both invaders and player. "
}
onClick={setPrompt}
/>
<ExampleButton
title="Jump & Run"
text={
"Jump & Run. Player collects coins to enter the next level. Various platform heights. Gras platform covers the whole ground. Space key for jumping, arrow keys for movement."
}
onClick={setPrompt}
/>
<ExampleButton
title="Flappy Bird"
text={
"Flappy Bird. Intro screen, start the game by pressing space key. Bird starts flying on the left center of the screen. Gradually falls slowly. Pressing the space key over and over lets the bird fly higher. Pipes move from the right of the screen to the left. The pipes have a huge opening so that the bird can easily fly through. Collision detection when the bird hits the ground or a pipe. When collision detected, then show intro screen. Player gets a point for each passed pipe without an collision. Score is shown in the top left while bird is flying. High score on intro screen."
}
onClick={setPrompt}
/>
<ExampleButton
title="Asteroids"
text={
"Asteroids. Control spaceship-movement using arrow keys. Fire bullets with space key to destroy asteroids, breaking them into smaller pieces. Earn points for destroying asteroids, with higher scores for smaller ones. Collision detection when spaceship hits asteroid, collision reduces spaceship health, game over when health is 0."
}
// text={
// "Asteroids. Space ship can fly around in space using the arrow keys. Irregular shaped objects called asteroids flying around the space ship. The space ship can shoot bullets using the space key. When a bullet hits an asteroid, it splits in smaller irregular shaped objects; when asteroid is completely destroyed, the player scores one point. When the space ship collides with an asteroid, it looses 1 health; when the health is 0, the game is over. Restart the game via pressing space key."
// }
onClick={setPrompt}
/>
</Stack>
<Paper variant="outlined">
<Accordion disableGutters square elevation={0}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="gtp-options-content"
id="gtp-options-header"
sx={{
bgcolor: "background.paper",
color: "text.primary",
}}
>
<Typography>Options</Typography>
</AccordionSummary>
<AccordionDetails>
<Stack gap={2}>
<FormControl
fullWidth
variant="outlined"
sx={{ mb: 3 }}
>
<InputLabel id="gpt-model-select-label">
Model
</InputLabel>
<Select
labelId="gpt-model-select-label"
id="gpt-model-select"
name="model"
defaultValue="gpt-3.5-turbo"
label="Model"
>
<MenuItem value="gpt-3.5-turbo">
GPT 3.5 turbo
</MenuItem>
<MenuItem value="gpt-4">GPT 4</MenuItem>
</Select>
</FormControl>
</Stack>
<Stack
spacing={2}
direction="row"
sx={{ mb: 2 }}
alignItems="center"
>
<AcUnitIcon />
<Slider
marks
id="temperature"
name="temperature"
min={0}
max={0.8}
defaultValue={0.2}
step={0.1}
valueLabelDisplay="auto"
aria-label="Temperature"
/>
<LocalFireDepartmentIcon />
</Stack>
<Stack
spacing={2}
direction="row"
sx={{ mb: 2 }}
alignItems="center"
>
<TollIcon />
<Slider
marks
id="maxTokens"
name="maxTokens"
min={1024}
max={4096}
defaultValue={2048}
step={256}
valueLabelDisplay="auto"
aria-label="Max Tokens"
/>
<MoneyIcon />
</Stack>
<input
id="template"
name="template"
type="hidden"
value={template}
onChange={event => {
setTemplate(event.target.value);
}}
/>
</AccordionDetails>
</Accordion>
</Paper>
</Stack>
</Box>
<Paper
variant="elevation"
sx={{ p: 1, pl: 0, pt: 0, overflow: "auto" }}
>
<List sx={{ flex: 1, p: 0 }}>
<ListSubheader
sx={{
fontSize: "1em",
fontWeight: "normal",
color: "white",
}}
>
Games
</ListSubheader>
{sortedAnswers.map((answer, index) => {
return (
<ListItem
key={answer.id}
secondaryAction={
<Stack
sx={{
flexDirection: "row",
gap: 1,
}}
>
{answer.id === "1" ? undefined : (
<IconButton
edge="end"
aria-label="Delete"
onClick={() => {
setAnswers(previousAnswers =>
previousAnswers.filter(
({ id }) =>
id !== answer.id
)
);
if (runningId === answer.id) {
const previous =
answers[index + 1];
if (previous) {
setActiveId(
previous.id
);
setRunningId(
previous.id
);
setTemplate(
prettify(
previous.content
)
);
reload();
}
}
}}
>
<DeleteForeverIcon />
</IconButton>
)}
</Stack>
}
disablePadding
>
{activeId === answer.id ? (
<RainbowListItemButton
dense
selected={activeId === answer.id}
// disabled={activeId === answer.id}
role={undefined}
onClick={() => {
setActiveId(answer.id);
setRunningId(answer.id);
setTemplate(prettify(answer.content));
reload();
}}
>
<ListItemIcon>
{runningId === answer.id ? (
<CheckIcon />
) : (
<VisibilityIcon />
)}
</ListItemIcon>
<ListItemText
primary={answer.task}
primaryTypographyProps={{
sx: {
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
fontSize: 16,
},
}}
/>
</RainbowListItemButton>
) : (
<ListItemButton
dense
selected={activeId === answer.id}
// disabled={activeId === answer.id}
role={undefined}
onClick={() => {
setActiveId(answer.id);
setRunningId(answer.id);
setTemplate(prettify(answer.content));
reload();
}}
>
<ListItemIcon>
{runningId === answer.id ? (
<CheckIcon />
) : (
<VisibilityIcon />
)}
</ListItemIcon>
<ListItemText
primary={answer.task}
primaryTypographyProps={{
sx: {
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap",
fontSize: 16,
},
}}
/>
</ListItemButton>
)}
</ListItem>
);
})}
</List>
</Paper>
</Stack>
</Stack>
<Stack
sx={{
flex: 1,
width: { md: "50%" },
height: { xs: "50%", md: "auto" },
position: "relative",
}}
>
<AppBar position="static" elevation={0} color="default">
<Toolbar>
<Typography sx={{ mr: 2 }}>Game Preview</Typography>
<IconButton
edge="start"
color="inherit"
aria-label="Reload"
onClick={() => {
reload();
}}
>
<ReplayIcon />
</IconButton>
<Box sx={{ flex: 1 }} />
{current && current.id !== "1" && (
<>
<Typography>Share on</Typography>
<Codesandbox
title={current.task}
content={current.content}
/>
</>
)}
</Toolbar>
</AppBar>
{loadingLive && (
<Box
sx={{
position: "absolute",
zIndex: 100,
top: "50%",
left: "50%",
transform: "translate(-50%,-50%)",
}}
>
<CircularProgress />
</Box>
)}
<Box
ref={ref}
component="iframe"
sx={{
width: "100%",
flex: 1,
m: 0,
border: 0,
overflow: "hidden",
visibility: loadingLive ? "hidden" : undefined,
}}
onLoad={() => {
if (current) {
setLoadingLive(true);
setTries(1);
connection.current = false;
call({ template: current.content });
}
}}
src="/live"
/>
</Stack>
</Stack>
</Paper>
</>
);
}
|