Cruise Ships I built this game using JavaScript, HTML and CSS for Command Shift bootcamp. I wrote the unit tests using Jest. Click here to play! Features: Users can add ports by typing in the text box and clicking "Add". The port will then appear in the browser. Click "Set Sail!" to leave each port. Information about the current port and next port is updated in the browser as the ship moves. The "Add" and "Set Sail!" buttons are disabled whilst the ship is moving between ports. Installation Create a fork of this repo. Copy the fork's git address and clone to your machine using git clone. Use npm install to download the dependencies. Use npm test to run the tests.