Skip to content

A hacked-together way to draft custom Magic: the Gathering cubes online

Notifications You must be signed in to change notification settings

omarjuul/IsochronDrafter

 
 

Repository files navigation

Isochron Drafter

A hacked-together way to draft custom Magic: the Gathering sets online. Forked from the original by thquinn, adapted to draft cubes.

What did I (omarjuul) add/change?

  • scryfall image lookup, eliminating the need to host draft images yourself
  • make packs "consume" cards from the cube instead of viewing it as a set (no duplicated unless there are multiple copies in the cube)

Features

  • Draft custom Magic sets cubes online with your friends!
  • Graphical deck builder allows you to build your deck as you draft!
  • That's it. Screenshot.

Requirements

Windows and .NET 4.0, until someone wants to do a Mono port.

What's Broken?

Well, a lot of stuff. For starters:

  • Slow image downloading
  • Little to no error handling when parsing set files, loading images, etc.
  • Graphical glitches galore

Coming Eventually

  • More error handling
  • Better image downloading

How to Use

  • In Isochron Drafter, start a server. Browse to the set file (a csv with format <#copies>|<cardname>|<?land>).
  • If you're behind a router, make sure port 10024 is forwarded to your computer.
  • Have everyone connect to the IP you're hosting the server on.
  • Start the draft on the server.
  • Enjoy.

Notes

About

A hacked-together way to draft custom Magic: the Gathering cubes online

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%