Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 2.17 KB

README.md

File metadata and controls

83 lines (47 loc) · 2.17 KB

3D Land Player

3D Land Player is a vibrant and interactive web-based music playlist player that lets you enjoy various Super Mario game playlists.

Features

  • Collapsible Sidebar: Easily access and switch between playlists.
  • Video Playback: Watch YouTube videos directly within the player.
  • Playlist Management: Supports multiple playlists for different Super Mario games.
  • Video Navigation: Control playback with previous and next video buttons.
  • Website Themes With a click of a button you can choose between 3 themes.

Getting Started

To get started with MMPlayer, follow these steps:

Prerequisites

  • A modern web browser.

How to use

Installation

  1. Clone the Repository:

    git clone https://github.com/AD-Archer/3d-land-player.git
    cd 3d-land-player
  2. Open the Project:

    Open index.html in your preferred web browser.

Usage

  1. Select a Playlist:

    Click on the playlist items in the sidebar to switch between playlists.

  2. Play Videos:

    Click on video items to play them directly in the player.

  3. Navigate Videos:

    Use the "Previous Video" and "Next Video" buttons to move through the playlist.

Code Overview

  • HTML (index.html): Structure of the web page.
  • CSS (styles.css): Styling for the sidebar, video player, and layout.
  • JavaScript (script.js): Manages video playback and sidebar functionality.

Customization

  • Playlists: Modify playlists in the videoData array in script.js.
  • Styling: Change the appearance in styles.css.

Contributing

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a Pull Request.

License

Licensed under the MIT License. See the LICENSE file for details.

Acknowledgements