2 min read
mc.AI Terminal

mc AI Terminal Screenshot

mc.AI Terminal - Oracle Pathways is a cyberpunk-themed text adventure game built with vanilla JavaScript, featuring an AI-powered narrator and centralized text management system. This project demonstrates interactive storytelling, dynamic UI management, and integration of AI for real-time narrative responses.

🌟 Key Highlights

  • AI-Powered Narration: Dynamic commentary on player actions powered by Groq API.
  • Interactive Gameplay: Command-based exploration, inventory, and room interactions.
  • Centralized Text Management: All narrative text and responses handled in a single system for maintainability.
  • Complex Game Mechanics: Knowledge, energy, and multiple endings system.
  • Custom Terminal UI: Styled like a retro-futuristic terminal for immersive experience.
  • Modular Architecture: ES6 modules with clear separation of concerns, supporting easy expansion.

🛠 Skills Demonstrated

  • JavaScript: Vanilla ES6 modules, functional programming, state management
  • Interactive UI: Terminal-style interface, responsive to commands and AI output
  • Game Design: Inventory, exploration, and progression systems
  • AI Integration: Real-time text generation using external APIs
  • Frontend Architecture: Modular code, separation of logic, and maintainable text handling

🔗 Explore