Space ships is a simple journey simulator that plots a trip through the stars! It was created as part of the Manchester Codes Fast Track Software Engineering Bootcamp. The original project was based on cruise ships but I'm way too geeky not to try and cram space in somewhere.
Space Ships is hosted right here on GitHub Pages so feel free to have a play.
To run Space Ships in your local environment:
- Clone this repo (instructions on cloning repos here)
- Open the
index.html
file in the cloned repo in your preferred browser.
Use the Add Planet form to add new planets to visit. Launch the ship to take you to the next planetary port on your itinerary. The ship will automatically dock as it reaches its destination.
- JavaScript
- CSS
- HTML
- Jest
- Add ability to input own itinerary of stations
- Scroll to ship position
- Responsive design
- Disable Launch button at end of itinerary
- Generate distinct planet image for each new station
- Apply transition on scroll to ship
- Reposition message bar on dock
- Add sound effects to events
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Active!