Giter VIP home page Giter VIP logo

mtgadraft's Introduction

MTGADraft

Contact

Join the discord for development related discussions: https://discord.gg/KYKzx9m

How to run the project in local

  • Clone repository
  • Open repository
  • Execute npm install
  • Execute npm start
  • Navigate to http://localhost:3000/

Setup DynamoDB (local)

  • Download DynamoDB
  • Extract and run java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
  • Setup environment variables, for development create a '.env' file at the root of MTGADraft with the following:
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_REGION=...
AWS_ENDPOINT=http://localhost:8000
  • Run node createDynamoDBTables.js

Todo

Important

  • Make the rarity distribution in boosters customizable (it's been asked multiple times).
  • Re-think color balance for multi-colored cards?
  • Improve bot distribution (they're clumping up at the end of the table when bots >> players)
  • Cleanup draft state? (See Winston Draft State) Also properly sync booster and pick # rather than relying on cardsPerBooster

  • Display foils as... foils in front end?

Distant Future

  • Add some stats on deck/drafted cards (will increase card DB size, not a fan.)

Check

  • Glimpse/Burn Draft
  • Card count/set code/Collector number support to cube import
  • Winston Draft
  • Import. Collection: Detect multiple accounts and ask the user if they want to intersect all found collections
  • Monitor persistence
  • Optimize DLScryfallCards.py; Use MTGA data as base for cards and ids
  • Set Multiple Selection
  • Rarity selection

Bugs

  • "Bonders' Enclave" (Bonder's Enclave) doesn't export to Arena (Check: Possibly fixed with updated data)
  • Missing Historic Cards : Cinder Barrens
  • Guildgates won't import in arena : Guildgates do not have localized names

Notes on Arena Importer

  • Splits Cards (Ravnica) needs both card names, e.g. Discovery // Dispersal
  • Adventures (ELD) and Dual Faces (IXL) need only one.

Custom Set format

See cubeformat.html

mtgadraft's People

Contributors

senryoku avatar aloisdg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.