Implement the actions required to play Magic the Gathering in Unity assuming the only thing we know about a card is an image of it.
Find a file
2025-03-18 08:54:53 -07:00
.gitignore Initial commit 2025-03-18 08:08:19 -07:00
README.md Update README.md 2025-03-18 08:54:53 -07:00

WizardDuels

Implement the actions required to play Magic the Gathering in Unity.

Assume we only have a card's image.

Setup

  • Install Unity Hub.
  • In Unity Hub installs tab, install Unity 6.
  • Clone the repository.
  • In Unity Hub projects tab, click add project from disk and select the "WizardDuelsProject" folder in the "WizardDuels". folder from the repository.
  • Launch the project from Unity Hub.