All Projects → FelixRilling → yugioh-deck-tool

FelixRilling / yugioh-deck-tool

Licence: MIT license
A tool to share and edit decks, view deck prices, and much more.

Programming Languages

typescript
32286 projects
Vue
7211 projects
SCSS
7915 projects

Projects that are alternatives of or similar to yugioh-deck-tool

Amazon-Price-Alert
Price tracker of Amazon
Stars: ✭ 83 (+137.14%)
Mutual labels:  price-tracker
amazon wishlist pricewatch
Periodically check your public Amazon wishlist for price reductions.
Stars: ✭ 22 (-37.14%)
Mutual labels:  price-tracker
ygosharp
A C# implementation of an ygopro duel server, using the ocgcore library.
Stars: ✭ 44 (+25.71%)
Mutual labels:  ygopro
bastion-bot
A Discord bot for displaying information about Yu-Gi-Oh! cards.
Stars: ✭ 17 (-51.43%)
Mutual labels:  ygopro
EDOPRO-Skinpack
EDOPRO Skinpack - updated by Lahrenheit
Stars: ✭ 22 (-37.14%)
Mutual labels:  ygopro
srvpro
A server for YGOPro
Stars: ✭ 131 (+274.29%)
Mutual labels:  ygopro
Yu-Gi-Oh-Deck-Downloader
Chrome Extension that downloading Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System (遊戯王ADS) like YGOPro or DevPro.
Stars: ✭ 60 (+71.43%)
Mutual labels:  ygopro
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+4417.14%)
Mutual labels:  price-tracker
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+214.29%)
Mutual labels:  price-tracker
crypto-cli
The best cryptocurrency price CLI written in one line 💰
Stars: ✭ 18 (-48.57%)
Mutual labels:  price-tracker
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (-14.29%)
Mutual labels:  price-tracker
discord-sidebar-price-bot
A minimal Discord sidebar price bot (supports forex, crypto, eth gas & fear and greed index)
Stars: ✭ 37 (+5.71%)
Mutual labels:  price-tracker
hpjson
Harry Potter Trading Card Game card data in JSON format for developers to easily use in their projects.
Stars: ✭ 16 (-54.29%)
Mutual labels:  trading-card-game
kata-tcg
Code Kata for a two-player trading card game
Stars: ✭ 32 (-8.57%)
Mutual labels:  trading-card-game
Wolf
Content editor for Yu-Gi-Oh Legacy of the Duelist
Stars: ✭ 25 (-28.57%)
Mutual labels:  yugioh
YugiohTool
游戏王决斗链接辅助脚本 Script for Yu-Gi-Oh! Duel Links
Stars: ✭ 33 (-5.71%)
Mutual labels:  yugioh
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (-5.71%)
Mutual labels:  yugioh

Yu-Gi-Oh! Deck-Tool

A tool to share and edit decks, view deck prices, and much more.

Introduction

The live version can be found on YGOPRODeck.

Development

Setup

Prerequisites:

  • Git
  • Node.js
  • NPM

Then perform the following steps:

  1. Clone the repository.
  2. Execute npm ci inside the cloned directory.
  3. Execute npm run serve inside the cloned directory.

Build Output

  • common.js contains code required for both the tooltip and the deck-tool to work, and has to be loaded before these.
  • tooltip.js and tooltip.css contain code for the tooltips.
  • app.js and app.css contain code for the actual deck-tool.
  • index.html contains a basic setup loading the aforementioned files and starts the deck-tool with tooltips.

The .map files are optional and only used for debugging.

Architecture

See Architecture.md.

JavaScript API

Both tooltip and application instances expose an API that can be interacted with via JavaScript. See ./src/tooltip/api.ts and ./src/application/api.ts for their documentation.

YGOPRODeck Exclusive Features

The following features are only available when the tool is running on https://ygoprodeck.com/.

  • Showing only cards in your collection

Credits

License

Please check the LICENSE file for details.

Yu-Gi-Oh! is a trademark of Shueisha and Konami. This project is not affiliated with or endorsed by Shueisha or Konami.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].