Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/DCL-trams
Trams public transport system
https://github.com/decentraland-scenes/DCL-trams
Last synced: about 1 month ago
JSON representation
Trams public transport system
- Host: GitHub
- URL: https://github.com/decentraland-scenes/DCL-trams
- Owner: decentraland-scenes
- License: apache-2.0
- Created: 2021-04-05T18:08:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T05:24:48.000Z (over 2 years ago)
- Last Synced: 2024-05-02T17:52:52.248Z (8 months ago)
- Language: JavaScript
- Size: 45.4 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Repository - DCL Trams
README
# DCL Trams
_demo of a long-distance public transport tram._
![demo](screenshot/screenshot.png)
## Description
This scene shows a tram that players can board to cover long distances.
Trams come by every 3 minutes. The tram is synced to a world time API, so all players see the tram in sync with everyone else.
## Instructions
Wait for the trams in one of the stations, and board the train.
## 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
```