npm install
node index.js <gamefile.txt>
first line must state the firing range with a lowercase 'm'
subsequent lines are for defining enemies
first column is the name, second column is pos, third is speed these columns are separated by a single space as you can see in the sample files
- game.txt
- gameLossExample.txt
- ImpossibleGame.txt
npm test