Show:
Questions
Responses
Print
Game Rules
Game Functions
Space
Programming
Miscellaneous
100
There are this many zones on the playing field.
What is 3?
100
Name this function that allows you to move.
What is api.setPositionTarget()?
100
ISS stands for this.
What is International Space Station?
100
float pos[3]; api.SetPositionTarget(pos);
What is "api.setPositionTarget(pos)"?
100
Mr. Johnson's Favorite Article in the U.S. Constitution.
What is the 5th Article.
200
You have this much time to complete the game.
What is 180 seconds?
200
Name a function that returns an array of 12 floats.
What is api.getMyZRState()?
200
This was the first manned lunar mission to land.
What is Apollo 11?
200
if 2 > 3 { }
What is "(2 > 3)"
200
Battle which was the turning point of the Civil War.
What is Gettysburg?
300
You get this many points per second of fuel left at the end of the game.
What is 0.1?
300
Use this function to get the location of the game items.
What is game.getItemLocation()?
300
The space station orbits the earth in this much time.
What is 90 minutes?
300
float var[3]; var[0] = 0; var[1] = 0; var[3] = 0;
What is "var[2] = 0;"
300
Walt Disney's first animated character before Mickey Mouse
Who was Oswald the Rabbit?
400
This is the fuel penalty for not laying down dust clouds.
What is 16 seconds?
400
This type of value is returned by game.haveItem()
What is boolean?
400
This man made object is furthest from earth.
What is Voyager II?
400
if (4 > 0); { }
What is "(4 > 0)"
400
This was the second assasinated U.S. President.
Who was James Garfield?
500
This is the penalty for leaving the playing field during the game.
What is 2.5 fuel per second?
500
You can use this function to tell how many points you have.
What is game.getScore()?
500
This was the first capsule on the space station.
What is Soyuz?
500
void loop() { if(1 > 0) { api.setPositionTarget(pos); }
What is "No end brace"
500
Russian for "traveller".
What was Sputnik?