acpennington / GoatController

The next great ygo sim
1 stars 2 forks source link

Add remaining difficult cards #282

Open scheibo opened 3 years ago

scheibo commented 3 years ago

Give Opponent Cards (#270)

Reveal/reorder cards on top of Decks

Send cards to bottom of Decks (#245)

Banish cards face-down

Banish All

Multiple scripts

Place cards in the deck face up

Misc

scheibo commented 3 years ago

Actually, Question doesn't need to just disable looking at the Graveyard, it actually needs to ALSO disable looking at the past messages in the chat log, because the log contains the same information. What fun!

Furthermore, technically the state is actually still available to users if they look in the DOM/console - I'm not actually sure its even possible to implement Question in a non hackable way even once we move everything server side. However, I think that for our purposes just disabling the log/searching the Graveyard is probably sufficient and will "keep people honest" more often than not

acpennington commented 2 years ago

Idea for Exchange and Amazoness Chain Master: while opponent's hand is revealed, allow you to move cards from your opponent's hand to your hand. Maybe there is a better solution.