https://github.com/caionikolas/magic-random-card
Uma aplicação que gera cartas randômicas utilizando a API do Scryfall, Utilizando TypeScript, Node e React
https://github.com/caionikolas/magic-random-card
axios reactjs styled-components
Last synced: 3 months ago
JSON representation
Uma aplicação que gera cartas randômicas utilizando a API do Scryfall, Utilizando TypeScript, Node e React
- Host: GitHub
- URL: https://github.com/caionikolas/magic-random-card
- Owner: caionikolas
- License: mit
- Created: 2022-06-23T19:25:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T01:46:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T20:21:31.176Z (5 months ago)
- Topics: axios, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAGIC card randomizer
### An alternative way to play MTG Arena
You can access at: https://lucianoasousa.github.io/MAGIC/## Game Modes 🎮
### Rules 📚
A game mode to play with your friend, which consists of taking two random cards that are present in MTG ARENA, so that you and your friend create decks with the following rules:> 1. The deck must contain 40 cards.
> 2. It cannot contain more than two copies of the same card.
> 3. Deck colors must match the cards drawn.> There are two game modes, they are similar but each one with its particularities.
**OBS: If you don't have the drawn card, press again.**
* Normal Mode
> * This game mode looks like any non-land permanent in the game.
> * Play a best-of-three deck in limited mode.
* Legendary Mode
> * This mode will spawn any legendary permanent.
> * Play a best-of-three deck in limited mode.
> * You can only have one more legendary card, apart from the ones you've already drawn.
## Thanks
This project was born out of a need for a different game mode in ARENA, together with my cousin @lucianosousa we created this model.
And thanks also to https://scryfall.com/ for releasing the API.