/decentraland-piano

An interactive piano for Decentraland.

Primary LanguageTypeScript

Decentraland Piano

A screenshot of the piano inside Decentraland.

screenshot

Please feel free to explore the scene here, which will take you to a version that has already been deployed but bear in mind that this might take a while to load so if you don't want to wait then you can view a video of me playing the piano instead. Alterantively you can run the scene locally by following the instructions below.

Previewing the scene

Download and install the Decentraland CLI - please read this installation guide for further details.

npm i -g decentraland

Clone this repository.

$ git clone https://github.com/takJohn/decentraland-piano.git

Change to the directory of the cloned repository.

$ cd decentraland-piano

Install the required dependencies and preview the scene.

$ dcl start

This will automatically open up your browser and direct it to http://localhost:8000/. You may need to refresh the page if you're not seeing the correct preview.

Interacting with the scene

Use the mouse to look around and W A S D keys on your keyboard to move. Point and click on piano keys to play.

Acknowledgements

Inspired by this great tutorial from Hardly Difficult. Please check out his channel.