zethfoxster 26b30cb20d ok sorry about the confusion, so the issue was with {1}{c} and how its handled. we only need to replace the adding of colorless in the manapool, the old colorless is still very very valid and should be left in place as is.
{1} can be paid with anything
{c} is a mana supertype, it pays for diamond and colorless. 
however all card such as "sol ring" now add diamond instead of old colorless.

reverted waste to {c}, but moved it under counters to avoid crashes. parse for a counter if its not a counter than parse {c} otherwise we would end up with case where it was parsing {c} instead of building counters or vice versa.
2016-05-31 18:41:36 -04:00
2015-09-15 07:58:24 +02:00
2013-10-28 15:29:51 -07:00
2016-05-28 20:18:41 +02:00
2016-05-27 10:59:31 +08:00
2014-12-09 22:18:51 +01:00
2014-12-29 15:04:00 +01:00

#Wagic the Homebrew

Build Status Build status Coverage Status

Description

Wagic, the Homebrew, is a C++ game engine that allows to play card games against an AI on

  • Android (phones and tablets)
  • iOS (iPhone/iPad)
  • Sony PSP
  • Windows desktops
  • MacOS
  • Linux and derivated like Maemo or Meego

It is highly customizable and allows the player to tweak the rules / create their own cards, their own themes, etc...

Info, downloads, discussions and more at http://wololo.net/forum/index.php

-alt text

Sample round play-through video

IMAGE ALT TEXT HERE

Languages
C++ 55.1%
C 38.6%
Objective-C 3.4%
Java 1.5%
HTML 0.8%
Other 0.4%