Skip to content
#

text-adventure

A style of game using ASCII characters instead of bitmap or vector graphics. Typically played on older computers and terminals.

Here are 26 public repositories matching this topic...

A flexible and extensible text-based adventure game engine built in Java, designed using strong Object-Oriented Programming (OOP) principles. The engine dynamically loads game worlds — rooms, items, and puzzles — from external JSON configuration files, allowing developers to easily design and expand custom adventure experiences.

  • Updated Dec 20, 2025
  • Java