Skip to content

Commit b828cff

Browse files
authored
feat: migrate atari-arcade-cabinets scene from sdk6 (#186)
* feat: migrate atari-arcade-cabinets scene from sdk6 * update scene parcels
1 parent 61d80db commit b828cff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+17533
-1
lines changed

atari-arcade-cabinets/README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Atari Arcade Cabinets
2+
_demo of atari-arcade-cabinets scene running in preview._
3+
4+
![demo](https://github.com/decentraland-scenes/atari-arcade-cabinets/blob/main/screenshots/atari-arcade-cabinets.gif)
5+
6+
## Description
7+
Arcade cabinets containing variations of the classic Breakout game developed and published by Atari, Inc. where the player takes control of a paddle with the aim of breaking down a wall of bricks by ricocheting a ball against them.
8+
9+
## Instructions
10+
Use your mouse to look around and <kbd>W</kbd> <kbd>A</kbd> <kbd>S</kbd> <kbd>D</kbd> keys on your keyboard to move forward, left, backward and right respectively. Walk right up to one of the arcade cabinets to start playing - <kbd>Left Mouse Button</kbd> to serve the ball, <kbd>E</kbd> and <kbd>F</kbd> to move the paddle left and right.
11+
12+
## Try it out
13+
14+
**Previewing the scene**
15+
16+
1. Download this repository.
17+
18+
2. Install the [Decentraland Editor](https://docs.decentraland.org/creator/development-guide/sdk7/editor/)
19+
20+
3. Open a Visual Studio Code window on this scene's root folder. Not on the root folder of the whole repo, but instead on this sub-folder that belongs to the scene.
21+
22+
4. Open the Decentraland Editor tab, and press **Run Scene**
23+
24+
Alternatively, you can use the command line. Inside this scene root directory run:
25+
26+
```
27+
npm run start
28+
```
29+
30+
## What's new on SDK 7
31+
see the [Documentation site](https://docs.decentraland.org/creator/).
32+

0 commit comments

Comments
 (0)