Skip to content

A JavaScript game that allows players to sail a cruise ship via an interface built with HTML and CSS.

Notifications You must be signed in to change notification settings

cprieststephens/cruise-ships-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cruise Ships

Screenshot of Cruise Ships GUI

  • 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.

About

A JavaScript game that allows players to sail a cruise ship via an interface built with HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published