Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 940 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 940 Bytes

Fate Core Dice Roller

Screenshot 2023-07-30 at 14 38 34

This is an engaging Vue.js application that simulates rolling dice for Fate Core tabletop games. It provides both numeric and descriptive results, and preserves the history of rolls for future reference.

Features

  • Simulates the rolling of 4 Fate dice, each ranging from -1 to 1
  • Displays the sum of the dice roll
  • Provides descriptive scale of the dice roll result (e.g., "good", "great", etc.)
  • Preserves a history of the last 10 dice rolls

How to Run

  1. Clone the repository: git clone https://github.com/your_username/fate-core-dice-roller.git
  2. Navigate to the project directory: cd fate-core-dice-roller
  3. Install the dependencies: npm install
  4. Run the project: npm run serve

Technologies Used

  • Vue.js
  • CSS