aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-07-22 12:34:32 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-07-22 12:34:32 +0200
commit2de3bf57cd21d5cf60723fca59f61d3bc69578dd (patch)
treefb2efa7507c25f80b9e05983dc6e1acb69861f16 /README.md
parent2227aaf4cdee9535dedc28d570d6fdf2d38d1fe3 (diff)
Finished basic Cardbase tests, doing CLI next
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0877072..3318fd2 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,6 @@
The primary purpose of cardbase is to create a digital representation of your own MTG collection. A cardbase file (.cb) is simply a JSON file containing a list of card objects and associated unique keys. The card data structure used is derived from that used in [MTG JSON](http://mtgjson.com/), and in fact that is where most of the data comes from right now.
-To-do list:
-* Build basic GUI to visualise the cards
-* Basic deck building - decks can be built and stored
-* Statistical deck analysis - cost distribution, etc
-
-
## Command Line Interface (CLI) - cardbasecli
### Loading a Cardbase