Advertisement
Guest User

world.execute(me); sourcecode

a guest
Jun 25th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.82 KB | None | 0 0
  1. package goddrinksjava;  /   The program GodDrinksJava implements an application that  creates an empty simulated world with no meaning or purpose.    @author momocashew  public class GodDrinksJava {  public static void main (String[ ] args) {   Thing me - new Lovable("Me", 0, true, -1, false);   Thing you - new Lovable("You", 0, false, -1, false);     World world = new World(5);   World.addThing(me);   World.addThing(you);   world.startingSimulation( );  if(me unstanceof PointSet){   you.addAttribute(me.getDimensions( ).toAttribute( ) );   me.resetDimensions( );  }    if(me instanceof Circle){   you.addAttribute(me.getCircumference( ).toAttribute( ) );   me.resetCircumference( );  }  if(me instanceof Sequence){   me.setLimit(you.toLimit( ) );  }  me.toggleCurrent( );  me.canSee(false);  me.addFelling("dizzy");  world.timeTravelForTwo( "AD",617, me, you);  world.timeTravelForTwo( "BC", 3691, me, you);  world.unite(me, you)  if(me.getNumStimulationsAvailavle( ) >=  you.getNumStimulationsNeeded( ) ){  you.setSatisfaction(me.toSatisFaction( ) );  }    if(you.getFeelingIndex("happy")) != -1){   me.requestExecution(world);  }  world.lockThing(me);  world.lockThing(you);  if(me instanceof Eggplant){   you.addAttribute(me.getNutrients( ).toAttribute( ) );   me.resetNutrients( );  if(me instanceof  Tomato){   you.addAttribute(me.getAntioxidants( ).toAttribute( ) );   me.resetAntitoxidants( );  }  if(me instanceof TabbyCat){   me.purr( );  }  if(world.getGod( ).equals(me) ){   me.setProof(you.toProof( ) );  }  me.toggleGender( );  world.procreate(me, you);  me.toggleRoleBDSM( );  world.makeHigh(me);  world.makeHigh(you);  if(me.getSenseIndex("vibration") ) {   me.addFeeling("complete");  }  world.unlock(you);  world.removeThing(you);  me.lookfor(you, world);  me.lookfor(you, world);  me.lookfor(you, world);  me.lookfor(you, world);  me.lookfor(you, world);  if(me.getMemory( ).isErasable( ) ) {   me.removeFeeling("disheartened");  try{   me.setOpinion(me.getOpinionIndex("you are here"), false);  }  catch(IllegalArgumentException e){   world.announce("God is always true.");  }  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );  world.runExecution( );   world.announce("1", "de");   world.announce("2", "es");   world.announce("3", "fr");   world.announce("4", "kr");   world.announce("5", "se");   world.announce("6", "cn");  world.runExecution( );  if(world.isExecutableBy(me) ){   you setExecution(me.toExecution( ) );  }    if.(world.getThingIndex(you) != -1){   world.runExecution( );  }  me.escape(world);  me.learnTopic("love");  me.takeExamTopic("love");  me.getAlgebraicExpression("love");  me.escape("love");  world.runExecution( );  } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement