demo of atari-arcade-cabinets scene running in preview.
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.
This scene features four themed arcade cabinets:
- Atari
- Decentraland
- Bitcoin
- Ethereum
Use your mouse to look around and W A S D keys on your keyboard to move forward, left, backward and right respectively. Walk right up to one of the arcade cabinets to start playing - Left Mouse Button to serve the ball, E and F to move the paddle left and right.
Previewing the scene
-
Download this repository.
-
Open a command line and navigate to the scene's root directory.
-
Run the following command to install the dependencies:
npm install -
Run the following command to start the local development server and preview the scene:
npm run start
Note Older versions of the SDK might require the
-- --explorer-alphaflag to run the scene. Ifnpm run startdoesn't work, trynpm run start -- --explorer-alpha.
see the Documentation site.
