Skip to main content.

Introduction

Magic Deck is a program for organising cards and constructing of card decks for trading card games such as Magic:the gathering. The program consists of a database of available card in the game and a database of cards currently owned buy the player. The player can use this to:

Interface

^ TOP

Currently the interface is a command line.
current commands:

GUI

TODO:ncurses

^ TOP

TODO:Ideas

TODO: The original plan was to use sqlite to store, search and retrieve the card data. I decided against this when I discovered that sqlite stores all data as a string. Why they do this makes no sense to me, it seems horribly inefficent.
So I've decided to code my own data structures, linked lists, binary trees and such.

^ TOP