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

Simple Chat Game with V2 API

Based on our V2 API, here is a 3rd party practice to demonstrate how to create a simple interactive website.

PreviousStep by Step: Discord with V1 APINext2D AI Town with V2 API

Last updated 7 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 here: .

🍒
here
here
https://github.com/codingtmd/simple-chat-game/