[WIP]
dueling game.
you play as a warlock.
you cast spells by typing any sequence that matches this regex:
/(o\d*)? [xei] (f\d?)?(w\d?)?(a\d?)?(e\d?)? [swi] /
multiple spells can be cast all at once by pressing /
key.
press \t
key to move between platforms.
slightly better regex spec:
/(o\d*)? [xei] (f{,3}|f[0-3])(w{,3}|w[0-3])(a{,3}|a[0,3])(e{,3}|e[0,3]) [swi] /