Eduardo 135f2a1e45 Bug fixes on primitives, borderline and planeswalkers
Changes tested, fixes to buggy cards or cards that used to crash the game.

Using comma inbetween brackets crashes the game, attributes must be separated by semicolon.

WRONG target(creature[attacking,blocking]|battlefield)
RIGHT    target(creature[attacking;blocking]|battlefield)
2020-08-28 12:12:49 -05:00
2019-09-11 22:30:03 +02:00
2013-10-28 15:29:51 -07:00
2019-12-08 12:38:48 +01:00
2016-08-03 23:03:32 +08:00
2016-08-03 12:36:25 -04: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%