Skip to content

Kazbonfim/tcgtools

Repository files navigation

TCG Tools

An app for TCG fans, developed in Electron with Vite and React. Calculates card draw probabilities, manages life points between players, simulates data and has a bestiary with all the cards available to date. Everything in one place, fast and easy to use. You can download our distros through our Mediafire archive, and run them normally once installed!

Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 1

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux