Space Waves is an arcade game where you guide an arrow through challenging levels filled with obstacles, testing your precision and reaction time.

The Game Website Link: https://spacewaves.cc

多语言 prompt

根据提供的游戏介绍生成如下结构,生成的内容不要有明显的 AI 痕迹,要有利于 SEO,保证 features 和 faq 各有 4 条,内容来源于提供的内容,不要过于发散,其中 meta.description 用于 html 的 meta,不要超过 160 字符,结构是:{
        "meta": {
            "title": "",
            "description": ""
        },
        "hero": {
            "title": "",
            "subTitle": ""
        },
        "features": {
            "title": "Key Features",
            "subTitle": "",
            "items": [
                {
                    "title": "",
                    "description": ""
                }
            ]
        },
        "howToPlay": {
            "title": "How to Play?",
            "subTitle": "",
            "items": [
                {
                    "text": ""
                }
            ]
        },
        "faq": {
            "title": "Frequently Asked Questions",
            "subTitle": "Common questions about ",
            "items": [
                {
                    "question": "",
                    "answer": ""
                }
            ]
        }
    },游戏介绍如下:
下面的文案是 en 的,你需要根据 en 的数据分别生成 cn、de、es、fr、jp、pt、ru、tw,每种语言单独生成一份数据,不要修改数据结构!不要翻译 Color Tunnel 这个词:

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.