any night prep
	- title cards
	- displaying multiple side-by-side videos
	- figuring out the camera
		(one good camera, on iphone camera!)

===

- get the killing working
- make sure i've got Arne's kill message right

===

- it's not yet keeping track of the bots that get killed!

===

it's doing a strange thing with the ports;
it seems to be skipping a port for some reason...


on first run: an index of 1 (should be 0);
on second run: an index of 3 (should be 1);
therefore, it's augmenting the index before the first run in a place where it shouldn't

the problem is because it's getting the index, then adding the element (hence starting too high)
because the index is based on the length of elements...?
oh, no, really a much more basic one-over error, because i've been saying theIndex=theLength+1

===

- figure out what the kill message is and how to send it
- test to make sure the array is managed properly after bots have been killed
- make sure the interface runs properly after bots are killed!
	- i am going to have to base interface spacing on the ports used, not the number of running bots