Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Magic: The Gathering Situation Analyzer
  2. ***************************************
  3.  
  4. Made by:
  5. Byron Barzabal, Xai Lor, Brian Quach, Christopher Yu
  6.  
  7. STARTING THE GAME:
  8. --To run the program by command line, use:
  9. java -jar "MagicAI.jar"
  10. --If you run into heap space issues, please use the follow JVM options:
  11. -Xms512m -Xmx1000m
  12.  
  13. RUNNING THE PROGRAM:
  14. --To run a general situation, hit the "Standard" button
  15. --To advance the game, hit the "Next" button
  16. --Track changes in the control panel and the console
  17.  
  18. --There are four example situations
  19.  
  20. Good/Bad Terror: Terror destroys a creature. We show that the AI selects
  21. its target arbitrarily, as opposed to the greatest threat.
  22.  
  23. Good/Bad Damnation: Damnation destroys all creatures. This shows that the
  24. AI always values the destruction of creatures the greatest, although it
  25. should save Damnation because it has stronger creatures. In the "Good"
  26. scenario, Damnation does its job: clear the field, then play a strong
  27. creature that the opponent cannot block.
Add Comment
Please, Sign In to add comment