Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.
/ MTG-Console-App Public archive

A small console app that lets you take an MTG Arena deck and see your chances of drawing any card at any given time

License

Notifications You must be signed in to change notification settings

JudeRV/MTG-Console-App

Repository files navigation

MTG Arena Deck Analyzer

This is a console application designed to help you determine what the odds of drawing any given card in your MTG Arena deck are at any given time.


To be able to use this program:

  1. Unzip this .zip file into a directory of your choosing
  2. Open MTG Arena, locate the deck you want to analyze, export it to your clipboard, and paste the text into a text document (.txt). Name the document whatever you'd like. This document must be in the same directory as MTG_App.exe.
  3. Open this program; see below section on how to open.
  4. Type "help" when the program is open for more information about possible commands.
  5. Message jude about any bugs or wanted features

IMPORTANT:

The MTG_App.exe file will not work to run this program. In order to run it:

  1. Open a Windows command prompt
  2. Change your directory to the folder that this README is in
    • This can be done by typing "cd", then the exact file path of the folder.
      • If this folder is in a drive other than C:, you'll have to switch to that drive before changing directories, simply by typing the letter of the drive followed by a colon, with no space in between.
  3. Type in the command "MTG_App [deck-file-name].txt"

If you'd like to run the program for a specific deck more easily:

  1. Create a new text document (.txt)
  2. Put the same text in the document as you would when running the program from the command line
  3. Save and close the document
  4. Rename the document in the folder as "[deck-name].bat"
  5. Click yes on the warning message
  6. You should be able to run the program for that specific deck by double-clicking on the .bat file you created.
    • Keep in mind, you'll have to create different .bat files for each deck you have, and the deck text documents must be in the same folder.

About

A small console app that lets you take an MTG Arena deck and see your chances of drawing any card at any given time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published