RPGGO Developer Documentation
CtrlK
  • 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
    • ๐Ÿ“ฉContact us
Powered by GitBook
On this page
  • Game
  • NPC
  • Memory
  • ErrorCode

Was this helpful?

  1. Player API
  2. โš™๏ธAPI Overview

API V1 (Deprecated)

Released on Nov 11, 2023, and stop to support since Dec 31, 2024.

Dive into the specifics of each API endpoint by checking out our complete documentation.

Game

Everything related to Game:

Game

NPC

Everything related to NPCs:

NPC

Memory

Memory

ErrorCode

ErrorCode

Last updated 5 months ago

Was this helpful?