Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todd-a-jacobs/decklist_tracker
Track decklists for Magic: The Gathering - Duels of the Planeswalkers 2013
https://github.com/todd-a-jacobs/decklist_tracker
Last synced: about 2 months ago
JSON representation
Track decklists for Magic: The Gathering - Duels of the Planeswalkers 2013
- Host: GitHub
- URL: https://github.com/todd-a-jacobs/decklist_tracker
- Owner: todd-a-jacobs
- License: gpl-3.0
- Created: 2012-09-03T00:06:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-10T21:23:54.000Z (about 12 years ago)
- Last Synced: 2023-03-11T07:43:12.470Z (almost 2 years ago)
- Language: Ruby
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decklist Tracker
## Copyright and Licensing
### Copyright Notice
The copyright for the software, documentation, and associated files are
held by the author.> Copyright 2012 Todd A. Jacobs
> All rights reserved.An AUTHORS file containing copyright information is also included in the
source tree.### Software License
![GPLv3 Logo][1]
The software is licensed under the [GPLv3][2]. The [LICENSE][3] is also
included in the source tree.### README License
![Creative Commons BY-NC-SA Logo][4]
This README is licensed under the [Creative Commons
Attribution-NonCommercial-ShareAlike 3.0 United States License][5].## Purpose
This Ruby on Rails application enables players to track decklists for
*Magic: The Gathering - Duels of the Planeswalkers 2013*. The console
versions of the game are terrific, but only allow you to have one custom
version of each deck at a time, and there's no easy way to keep track of
the cards in your sideboard.## Project Goals
- Make it easy to build custom decklists from the cards available for
each duel deck.
- Make it easy to see very basic deck information such as number of
cards and number of lands in each custom deck.## Contributions Welcome
This is an open-source project. Contributors are highly encouraged to
open pull-requests on GitHub.## Supported Software Versions
- See [.ruby-version][6] for the currently-supported Ruby versions.
- See [Gemfile.lock][7] for a complete list of gems, including supported
versions, needed to build or run this project.----
[Project Home Page][8][1]: http://www.gnu.org/graphics/gplv3-88x31.png
[2]: http://www.gnu.org/copyleft/gpl.html
[3]: https://raw.github.com/CodeGnome/decklist_tracker/master/LICENSE
[4]: http://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png
[5]: http://creativecommons.org/licenses/by-nc-sa/3.0/us/
[6]: https://raw.github.com/CodeGnome/decklist_tracker/master/.ruby-version
[7]: https://raw.github.com/CodeGnome/decklist_tracker/master/Gemfile.lock
[8]: https://github.com/CodeGnome/decklist_tracker