Spaces:
Build error
Build error
feat: renamed to "2D GameCreator"
Browse files
.github/workflows/sync_to_hf_spaces.yml
CHANGED
|
@@ -6,7 +6,7 @@ on:
|
|
| 6 |
|
| 7 |
env:
|
| 8 |
HF_USERNAME: failfast
|
| 9 |
-
HF_SPACE_NAME: 2D-GameCreator
|
| 10 |
|
| 11 |
jobs:
|
| 12 |
sync-to-space:
|
|
|
|
| 6 |
|
| 7 |
env:
|
| 8 |
HF_USERNAME: failfast
|
| 9 |
+
HF_SPACE_NAME: 2D-GameCreator
|
| 10 |
|
| 11 |
jobs:
|
| 12 |
sync-to-space:
|
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: 2D GameCreator
|
| 3 |
emoji: "\U0001F47E\U0001F579\U0001F4FA"
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
|
@@ -8,7 +8,7 @@ pinned: false
|
|
| 8 |
license: agpl-3.0
|
| 9 |
app_port: 3000
|
| 10 |
---
|
| 11 |
-
<h1 align="center"><big>2D GameCreator
|
| 12 |
|
| 13 |
[](https://discord.com/invite/m3TBB9XEkb)
|
| 14 |
|
|
@@ -54,7 +54,7 @@ hosted demo on 🤗 Spaces or run it directly on your computer.
|
|
| 54 |
|
| 55 |
### On 🤗 Spaces
|
| 56 |
|
| 57 |
-
[The **2D GameCreator
|
| 58 |
|
| 59 |
### On your computer
|
| 60 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: 2D GameCreator
|
| 3 |
emoji: "\U0001F47E\U0001F579\U0001F4FA"
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
|
|
|
| 8 |
license: agpl-3.0
|
| 9 |
app_port: 3000
|
| 10 |
---
|
| 11 |
+
<h1 align="center"><big>2D GameCreator</big></h1>
|
| 12 |
|
| 13 |
[](https://discord.com/invite/m3TBB9XEkb)
|
| 14 |
|
|
|
|
| 54 |
|
| 55 |
### On 🤗 Spaces
|
| 56 |
|
| 57 |
+
[The **2D GameCreator** is hosted on Hugging Face Spaces](https://huggingface.co/spaces/failfast/2D-GameCreator/)
|
| 58 |
|
| 59 |
### On your computer
|
| 60 |
|
src/components/GameCreator.tsx
CHANGED
|
@@ -187,7 +187,7 @@ export default function GameCreator() {
|
|
| 187 |
<AppBar position="static" elevation={0} color="default">
|
| 188 |
<Toolbar>
|
| 189 |
<Typography variant="h5" component="h2" sx={{ m: 0 }}>
|
| 190 |
-
2D GameCreator
|
| 191 |
</Typography>
|
| 192 |
|
| 193 |
<Typography variant="body2" sx={{ ml: 1, flex: 1 }}>
|
|
|
|
| 187 |
<AppBar position="static" elevation={0} color="default">
|
| 188 |
<Toolbar>
|
| 189 |
<Typography variant="h5" component="h2" sx={{ m: 0 }}>
|
| 190 |
+
2D GameCreator
|
| 191 |
</Typography>
|
| 192 |
|
| 193 |
<Typography variant="body2" sx={{ ml: 1, flex: 1 }}>
|
src/components/Introduction.tsx
CHANGED
|
@@ -31,7 +31,7 @@ export default function Introduction() {
|
|
| 31 |
<Typography>
|
| 32 |
You are stuck?{" "}
|
| 33 |
<Link
|
| 34 |
-
href="https://huggingface.co/spaces/failfast/2D-GameCreator
|
| 35 |
target="_blank"
|
| 36 |
rel="noopener"
|
| 37 |
>
|
|
|
|
| 31 |
<Typography>
|
| 32 |
You are stuck?{" "}
|
| 33 |
<Link
|
| 34 |
+
href="https://huggingface.co/spaces/failfast/2D-GameCreator/discussions"
|
| 35 |
target="_blank"
|
| 36 |
rel="noopener"
|
| 37 |
>
|
src/components/Troubleshooting.tsx
CHANGED
|
@@ -19,7 +19,7 @@ export default function Troubleshooting() {
|
|
| 19 |
The generated output was interrupted, as it was too long and the OpenAI API
|
| 20 |
delivered not everything. If you can, switch to GPT-4 as it allows a bigger
|
| 21 |
context size (change it in the options and also increase the max_tokens). If you
|
| 22 |
-
can't do this, then please help us extend the GameCreator so that it can
|
| 23 |
also resume when the output is interrupted.
|
| 24 |
</Typography>
|
| 25 |
</Paper>
|
|
@@ -30,7 +30,7 @@ export default function Troubleshooting() {
|
|
| 30 |
<Typography>
|
| 31 |
You need help? Something is not working?{" "}
|
| 32 |
<Link
|
| 33 |
-
href="https://huggingface.co/spaces/failfast/2D-GameCreator
|
| 34 |
target="_blank"
|
| 35 |
rel="noopener"
|
| 36 |
>
|
|
|
|
| 19 |
The generated output was interrupted, as it was too long and the OpenAI API
|
| 20 |
delivered not everything. If you can, switch to GPT-4 as it allows a bigger
|
| 21 |
context size (change it in the options and also increase the max_tokens). If you
|
| 22 |
+
can't do this, then please help us extend the 2D GameCreator so that it can
|
| 23 |
also resume when the output is interrupted.
|
| 24 |
</Typography>
|
| 25 |
</Paper>
|
|
|
|
| 30 |
<Typography>
|
| 31 |
You need help? Something is not working?{" "}
|
| 32 |
<Link
|
| 33 |
+
href="https://huggingface.co/spaces/failfast/2D-GameCreator/discussions"
|
| 34 |
target="_blank"
|
| 35 |
rel="noopener"
|
| 36 |
>
|
src/components/UnderTheHood.tsx
CHANGED
|
@@ -35,11 +35,11 @@ export default function UnderTheHood() {
|
|
| 35 |
</Link>
|
| 36 |
. The full source code can be found on{" "}
|
| 37 |
<Link
|
| 38 |
-
href="https://github.com/failfa-st/2D-GameCreator
|
| 39 |
target="_blank"
|
| 40 |
rel="noopener"
|
| 41 |
>
|
| 42 |
-
failfa-st/2D-GameCreator
|
| 43 |
</Link>
|
| 44 |
</ListItemText>
|
| 45 |
</ListItem>
|
|
|
|
| 35 |
</Link>
|
| 36 |
. The full source code can be found on{" "}
|
| 37 |
<Link
|
| 38 |
+
href="https://github.com/failfa-st/2D-GameCreator"
|
| 39 |
target="_blank"
|
| 40 |
rel="noopener"
|
| 41 |
>
|
| 42 |
+
failfa-st/2D-GameCreator.
|
| 43 |
</Link>
|
| 44 |
</ListItemText>
|
| 45 |
</ListItem>
|
src/components/title.tsx
CHANGED
|
@@ -14,7 +14,7 @@ export default function Title() {
|
|
| 14 |
}}
|
| 15 |
>
|
| 16 |
<Typography variant="h1" component="h1" sx={{ fontSize: { xs: "2em", md: "5em" } }}>
|
| 17 |
-
2D GameCreator
|
| 18 |
</Typography>
|
| 19 |
|
| 20 |
<HighlightBox>
|
|
|
|
| 14 |
}}
|
| 15 |
>
|
| 16 |
<Typography variant="h1" component="h1" sx={{ fontSize: { xs: "2em", md: "5em" } }}>
|
| 17 |
+
2D GameCreator
|
| 18 |
</Typography>
|
| 19 |
|
| 20 |
<HighlightBox>
|