Giter VIP home page Giter VIP logo

mtg-familiar's Introduction

MTG Familiar

MTG Familiar is an Android app which has a suite of tools to play Magic: The Gathering

Features

  • Offline advanced card search with image and price lookup
  • Life tracking, including Commander damage
  • Mana pool / Deck count tracking
  • Dice, as random as Java's PRNG
  • Card trader which compares prices for lists of cards
  • A Wishlist
  • A configurable round timer, with 5/10/15 minute warnings
  • Searchable, offline comprehensive rules
  • Offline Judge documents (Magic Tournament Rules, Infraction Procedure Guide) and deck counter
  • Momir, Jhoira, Stonehewer randomizer

How To Build

Build Status

  • Download and install the latest Android Studio
  • Make sure you have installed the lastest Android SDK Platform, Android SDK Tools, Android SDK Platform-tools, Android SDK Build-tools, Android Support Repository, Android Support Library, and Google Play Services from the Android SDK manager
  • Check out this project with Android Studio's VCS tools
  • Press the build button

How to Update the Internal Database

  1. Launch an Android Emulator
  2. Run MTG Familiar on said Emulator
  3. Force Update the database in Familiar running in the emulator
  4. Run the following script to pull off and compress the database
rm data datagz
adb root
adb pull /data/data/com.gelakinetic.mtgfam/databases/data
adb pull /data/data/com.gelakinetic.mtgfam.debug/databases/data
gzip -c -f --best data > datagz
  1. Copy datagz into the /mobile/src/main/res/raw directory
  2. Increment DATABASE_VERSION in /mobile/src/main/java/com/gelakinetic/mtgfam/helpers/database/CardDbAdapter.java
  3. Rename and copy any new Magic Tournament Rules, Infraction Procedure Guide, or Judging at Regular documents into /mobile/src/main/res/raw. This isn't really the database, but it's nice

Get it

F-Droid

Show Support

The app is free, and the source is all here. If you'd like to say thanks and show a little support, here's a button: PayPal

FAQs

-No one has asked any questions yet!

Become an Official Beta Tester

To receive official beta builds through Google Play, first join the Google+ Community MTG Familiar Beta Testers. Once you are a member of the community, you can opt-in to the beta program here

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.