A simple web-based city skyline generator.
Sky-Line-City aims to provide users with a fun and interactive tool for generating custom city skylines. It offers a range of building shapes, colors, and window configurations to enable users to create unique cityscapes that match their creative vision.
- Building Customization: Users can click on individual building components to customize their appearance, including building shape, color, and window configuration.
- Color Selection: Sky-Line-City provides color pickers for choosing building and window colors, allowing users to create vibrant and diverse skylines.
- Real-time Preview: Changes made to the skyline are reflected in real-time, providing instant feedback to users as they customize their cityscape.
- Save and Share: Users can save their custom skylines and share them with others, fostering creativity and collaboration.
To run Sky-Line-City locally, follow these steps:
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory.
- Open the
index.html
file in your preferred web browser.
- Upon opening Sky-Line-City, users are presented with a blank canvas representing the city skyline.
- Click on individual building components (such as building shapes or windows) to customize their appearance.
- Use the color pickers provided to select building and window colors.
- Experiment with different building configurations to create a unique skyline.
- Save your custom skyline to share it with others or continue refining it later.
Contributions to Sky-Line-City are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and ensure they align with the project's goals.
- Test your changes thoroughly.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Sky-Line-City is licensed under the MIT License. You are free to use, modify, and distribute this project under the terms of the MIT License.