Skip to content

Files

Latest commit

b61be99 · Mar 18, 2022

History

History
9 lines (6 loc) · 722 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 722 Bytes

Text MMO Server

A text based rpg game. Maybe inspired by Sokpop.

This game features an ECS system to manage the game data. This allows more flexible features, such as a card and deck based combat system. The game is played through a terminal-like interface, where there is only text. In the game, you have a hand of cards that is accessed by entering show h, and an inventory, accessed with show i.

The room you are in can be viewed with the look command, which shows and indexes the things in the room. By targeting one of the objects in the room, like the orc, you can target and attack them. image