SDK for AI game-playing agents
Top 96.2% on sourcepulse
This repository provides an API and SDKs for integrating AI, specifically "Neuro," into games. It targets game developers and researchers interested in AI-driven gameplay, enabling AI agents to perceive game states and execute actions via a text-based interface.
How It Works
The core of the system is a WebSocket API that facilitates communication between the AI and the game. Developers must describe the game state as text and receive actions as text. This approach is optimized for turn-based games where a textual representation of the game state is feasible, abstracting away complex real-time rendering and input handling.
Quick Start & Requirements
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The API is not recommended for real-time games due to the requirement of describing the entire game state in text. Complex or fast-paced games may not be suitable.
4 days ago
Inactive