magarena/src/magic
melvin 9a5981e5a6 added MagicWhenSelfLeavesPlayTrigger that has accept method 2013-10-23 15:38:17 +08:00
..
ai minimize work done in the run method which is concurrent, do more work in the loop which is serial and easier to reason about 2013-09-30 10:16:13 +08:00
data replace global executors with local ones 2013-10-22 15:41:15 +08:00
generator replace MersenneTwisterFast with Xorshift 2013-09-24 11:55:52 +08:00
grammar
model added MagicWhenSelfLeavesPlayTrigger that has accept method 2013-10-23 15:38:17 +08:00
test added two test scenarios 2013-09-21 10:39:55 +08:00
ui use isToken on permanent instead of getting card first 2013-10-09 14:19:27 +08:00
DeckStrCal.java replace MersenneTwisterFast with Xorshift 2013-09-24 11:55:52 +08:00
GraphicsUtilities.java
MagicMain.java replace global executors with local ones 2013-10-22 15:41:15 +08:00
MagicTools.java
MurmurHash3.java