Scotland Yard Tracker is a web application that helps detectives in the search for Mister X. This interactive tool allows users to manage potential positions of Mister X and track the transportation options available for him.
Link to live demo on github-pages
- Interactive buttons for different transport modes (Taxi, Bus, Underground, Secret Move).
- Input fields to set Mister X's position and to enter detective positions.
- Dynamic updating of possible positions based on user actions.
- Responsive design for various screen sizes.
- HTML5
- CSS3
- JavaScript
To get started with Scotland Yard Tracker, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/scotlandyardtracker.git
-
Navigate to the project directory:
cd scotlandyardtracker -
Open
index.htmlin your web browser to view the application.
- Input a position for Mister X in the designated field and click Set.
- Use the transport mode buttons to update Mister X's possible positions.
- Enter detective positions in the input field to remove them from the possible positions.
- The interface will dynamically update to reflect the current state of the game.
Contributions are welcome! If you'd like to contribute to Scotland Yard Tracker, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/YourFeatureName
- Create a new Pull Request.