RPGGO Developer Documentation
  • Introduction
    • 🎮RPGGO API: the AI Engine for Game
    • 😎Getting Started
  • DATA SCHEMA
    • 🔢Understand the data schema
    • 🪿LLM-based Game Open Schema (L-GOS)
  • CREATOR API
    • 🆕V2 API
      • Create Character
      • Create Game SpriteSheet
  • Player API
    • ⚙️API Overview
      • API V2 (New)
        • Game Control
        • Chat with NPCs & Check Goal with SSE
      • API V1 (Deprecated)
        • Game
        • NPC
        • Memory
        • ErrorCode
    • 📰Notes: API V2 Released
      • Changes
  • Open Source Use Cases
    • 🍎Step by Step: Discord with V1 API
    • 🍒Simple Chat Game with V2 API
    • 🏰2D AI Town with V2 API
    • 🌴Stardew Valley Mod with V2 API
    • 🌐AI Game Website with V2 API
  • Thesis
    • 🗒️Thesis 2024: A Text-to-Game Engine for UGC-Based Role-Playing Games
    • 🗒️Initial Vision 2023: Text-To-OpenWorld Engine
  • Support
    • 🔑Apply Your Test Key
    • 📩Contact us
Powered by GitBook
On this page

Was this helpful?

  1. Open Source Use Cases

AI Game Website with V2 API

If you want to have you own ai game website, this open source code is just for you!

PreviousStardew Valley Mod with V2 APINextThesis 2024: A Text-to-Game Engine for UGC-Based Role-Playing Games

Last updated 2 months ago

Was this helpful?

Before diving into this document, it is strongly recommended to read to understand the relationships between games, scenes, goals, DMs, and NPCs.

All interfaces require the application of an app ID and authentication. The specific process can be found

Check out the implementation code of Stardew Valley Mod here:

And take a look of the game experience which combines RPGGO and Stardew Valley.

🌐
here
here
https://github.com/RPGGO-AI/singularity