Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trimmtrabb/ttelix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

APP NAME: ttelix

Here are examples of programs and required fuel for the whole mission:

Apollo 11:

  • path: launch Earth, land Moon, launch Moon, land Earth
  • weight of equipment: 28801 kg
  • weight of fuel: 51898 kg
  • arguments: 28801, [[:launch, 9.807], [:land, 1.62], [:launch, 1.62], [:land, 9.807]]

Mission on Mars:

  • path: launch Earth, land Mars, launch Mars, land Earth
  • weight of equipment: 14606 kg
  • weight of fuel: 33388 kg
  • arguments: 14606, [[:launch, 9.807], [:land, 3.711], [:launch, 3.711], [:land, 9.807]]

Passenger ship:

  • path: launch Earth, land Moon, launch Moon, land Mars, launch Mars, land Earth
  • weight of equipment: 75432 kg
  • weight of fuel: 212161 kg
  • arguments: 75432, [[:launch, 9.807], [:land, 1.62], [:launch, 1.62], [:land, 3.711], [:launch, 3.711], [:land, 9.807]]

About

A program calculating how much fuel is needed to cover 3 different interplanetary routes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages