deckitron / deckitron

A collaborative Magic: The Gathering deck builder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deckitron

Collaborative deck building for Magic: The Gathering.

screenshot

Description

Deckitron is a tool for creating a deck for Magic: The Gathering with friends. Start a new deck and invite your friends to help you create great decks for your next MTG game.

Setup

  1. Download and install Mongo DB community server
  2. In a terminal start mongodb with a database path
    "C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe" --dbpath "C:\deckitronDB"
    
    Note: this is the default installation path for MongoDB server 3.2 and an example database path. You can specify anywhere for dbpath
  3. Run the data import script
    cd <deckitron repo location>
    node scripts\importAllData.js
    
    Note: this will probably take a while as it has to process the data from every Magic set.
  4. Run Deckitron
    cd <deckitron repo location>
    npm start
    
  5. Open your browser and goto http://localhost:5000

Instructions

Create a deck Send your link to your friends Start adding cards to your deck

Resources

About

A collaborative Magic: The Gathering deck builder.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 63.7%Language:HTML 26.3%Language:CSS 10.0%