From 2de3bf57cd21d5cf60723fca59f61d3bc69578dd Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 22 Jul 2015 12:34:32 +0200 Subject: Finished basic Cardbase tests, doing CLI next --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3