3D Land Player is a vibrant and interactive web-based music playlist player that lets you enjoy various Super Mario game playlists.
- 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.
To get started with MMPlayer, follow these steps:
- A modern web browser.
- Naviate to 3D Land Player at https://ad-archer.github.io/3d-land-player/
-
Clone the Repository:
git clone https://github.com/AD-Archer/3d-land-player.git cd 3d-land-player
-
Open the Project:
Open
index.html
in your preferred web browser.
-
Select a Playlist:
Click on the playlist items in the sidebar to switch between playlists.
-
Play Videos:
Click on video items to play them directly in the player.
-
Navigate Videos:
Use the "Previous Video" and "Next Video" buttons to move through the playlist.
- 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.
- Playlists: Modify playlists in the
videoData
array inscript.js
. - Styling: Change the appearance in
styles.css
.
- Fork the repository.
- Create a feature branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a Pull Request.
Licensed under the MIT License. See the LICENSE file for details.
- YouTube API for video embedding.
- GitHub for version control.