LBayard / GeoProject

GNU General Public License v3.0
0 stars 0 forks source link

Create a 3D prototype game using The Globe Asset #44

Open LBayard opened 1 year ago

LBayard commented 1 year ago

Create a 3D Unity project with the 3D globe asset and commit it to git hub

Game: Use the Fly to button functionality along with the game logic from the first prototype to create a simple game with the 3D globe.

The country's flag will be displayed on the top of the screen with the globe in the center, and buttons to fly to capital cities will be shown below the globe.

Selecting an answer will have the player fly to that city. If the answer is incorrect, display that the location is incorrect and that player must fly back to the original location. A new flag with capital city options will be displayed on a correct answer.

A running timer will be shown in the top right of the screen to record the running time of the game.

The player with the lowest time visiting 10 locations wins the game.

LBayard commented 1 year ago

Created 3D globe project and committed it to the repo