Drupal RPG

Component ID

2331835

Component name

Drupal RPG

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1084

Component created

Component changed

Component body

This module provides the functionality to operate an online role-playing game (RPG) server within Drupal.

The module provides REST endpoints that a game client can use to request game data, such as the player avatar and collectible items. The game client updates the game state in Drupal using an event system.

See README file for installation and configuration information.

Features

  • Player avatars
  • Rooms with collectable items and non-player characters
  • Item containers with configurable quantity and rarity options for items
  • Persistent game state

Game Client

Requirements