About this Page
This page contains some of my experiments in coding.
Google Maps Game
This is a javascript game idea using the google maps api and the distance matrix. The idea is similar to the childhood game of tag. A target location will be revealed when you hit the play button. You need to guess the targets latitude and longitude. If you get close enough you win. The max distance you can win at is a bit less than 1/10th of a mile.
How to Play
Step 1: Hit the play button
Step 2: A target location is revealed
Step 3: Guess the locations latitude and longitude
Step 4: Type the latitude and longitude in the coordinates text box
Step 5: Click the submit button to find out is you are close
Step 6: If you are closer than 1/10th of a mile to the target you win. If not you lose.
TARGET
COORDINATES
RESULTS
Video Project
I have a free video from Pixabay displayed here. The video is actually in another html page that is not linked to the navigation menu. Using angular I am running that pages html code inside of the content div beneath this paragraph.