Sign in or register
for additional privileges

Border Codes

Mark Marino, Author

You appear to be using an older verion of Internet Explorer. For the best experience please upgrade your IE version or switch to a another web browser.

Three Types of Destinations

CODE:
  1. public final int WATER = 0;
  2. public final int BEACON = 1;
  3. public final int CITY = 2;
Function: setting variable representations of the three types of destinations.

Although the primary goal of the Transborder Immigrant Tool is to help the traveler survive by finding water, the water stations themselves are not the only target.  This code presents all three of the modeled destinations: water, beacon, and city. 
Comment on this page
 

Discussion of "Three Types of Destinations"

Add your voice to this discussion.

Checking your signed in status ...