资 源 简 介
Introduction
[Mao](http://en.wikipedia.org/wiki/Mao_%28game%29) is a card game where one player called the "dictator" can make up games. The basic rules are the same as One Card or Uno.
This is a text-based implementation of Mao in Java. The rules are added using Python which is embedded in the game code. Players can add rules during runtime by typing in Python code when appropriate. The Python code is embedded using Jython.
This was created by undergraduates at the University of Illinois at Urbana-Champaign.
Rule Creation
Rules are created using Python scripts. The game will prompt you to write the body segment of a function which will return True if something is against the rule.
>> [I] Write the body a