A micro card-based rogue-like game where the player uses 13 cards to build the dungeon and find the exit.
-
Install Dependencies
Make sure you have Node.js installed on your machine. Then, run the following command in the project root:npm install
-
Start the Development Server
To launch the game in development mode, run:npm start
-
Build the Project
To prepare the game for release, build the project using:npm run build
This will generate the files in the dist/ directory.