Skip to content

A tatic game where the player should escape from a room with only 13 moves

Notifications You must be signed in to change notification settings

ag-game/13-cards-dungeon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

13 Cards Dungeon

A micro card-based rogue-like game where the player uses 13 cards to build the dungeon and find the exit.

How to Run the Application

  1. Install Dependencies
    Make sure you have Node.js installed on your machine. Then, run the following command in the project root:

    npm install
  2. Start the Development Server
    To launch the game in development mode, run:

    npm start
  3. 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.

About

A tatic game where the player should escape from a room with only 13 moves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.3%
  • CSS 19.5%
  • HTML 1.2%