Josehower / dungeon-fsm-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dungeon FSM Exercise

Dungeon FSM Exercise is a text-based Node.js game where you explore a dungeon, interact with rooms, pick up items, and face challenges.

Getting Started

Prerequisites

  • Node.js installed on your system. You can download it from nodejs.org.

Installation

  1. Clone the repository:

    git clone https://github.com/Josehower/dungeon-fsm-exercise.git
  2. Navigate to the project folder:

    cd dungeon-fsm-exercise
  3. Install dependencies:

    pnpm install

How to Play

  1. Start the game:

    pnpm start
  2. Follow on-screen instructions to explore the dungeon, pick up items, and face challenges.

  3. Reach the end of the dungeon to win!

Contributing

Contributions are welcome! If you'd like to improve the game, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


This project is an exercise designed by ChatGPT

The main goal of this porject is learn and practice functional programming principles and FSM


About


Languages

Language:TypeScript 90.9%Language:JavaScript 9.1%