Lord of the Rings Trilogy

int main
{
       if(giant_eagle_available())
       {
               fly_to_mordor();
               drop_ring();
               return credits();
       }
       else
       {
              while(arrived_to_mordor()==false)
              {
                    Entity::Frodo.isVisible = !Entity::Frodo.isVisible;
                    Entity::Frodo.Kindness-=1;
                    Entity::Sam.Patience-=1;
              }

             Entity::Frodo.NumberOfFingers-=1;

             drop_ring();
             return credits();
       }
}
Vote up this code0
  • Lucien Gaspar

    please, do not ever write “while(arrived_to_mordor()==false)”, insted of “while !(arrived_to_mordor())”

    • Raki

      Please do not ever write “insted of” instead of “instead of”

  • Raki

    self.travel(“Mordor”,WALK);

    Error:
    invalid parameter “WALK”