decentraland-scenes / moving-platforms

A simple platformer that demonstrates various platform movements using code.

Home Page:https://moving-platforms.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving Platforms

demo of moving-platforms scene running in preview.

demo

Description

A simple platformer that demonstrates various platform movements using code, which then enables you to sync up the position of the platforms with other players in the scene should you choose to do so. To view the scene, please visit here.

Instructions

The aim is to collect the coin by moving and jumping between platforms. Use your mouse to look around and W A S D keys on your keyboard to move forward, left, backward and right respectively. To jump, press the Space key.

Try it out

Install the CLI

Download and install the Decentraland CLI by running the following command:

$ npm i -g decentraland

Previewing the scene

Download this example and navigate to its directory, then run:

$  dcl start

Acknowledgements

About

A simple platformer that demonstrates various platform movements using code.

https://moving-platforms.vercel.app


Languages

Language:TypeScript 93.6%Language:Dockerfile 6.4%