A game like that could be complicated, and u would need a loop accessing an array of key values for different player locations and use those locations for the ellipse.
var playerCoords = [];
for(var i = 0; i < playerCoords.length; i++) {
//some key-value code
}