olange / arcade

A distributed arcade game and mashup of a few delighful arcade games from the eighties — including restoration of an original Pacman Arcade Cocktail table (Karateco 1984)
https://d-arcade.app
Apache License 2.0
1 stars 1 forks source link

app-start: on select Demo Game present it #21

Closed rudifa closed 3 years ago

rudifa commented 3 years ago
app-start: on select Demo Game present it
index.html: remove href="game.html"
rename static/game.html -> static/game-UNUSED.html
rename components/app-game.js -> components/demo-game.js

This PR demonstrates how to instantiate a game component (<demo-game>) in the <app-start> component.

Related issues to discuss:

components/
    app-start.js
    games/
        demo-game/
            demo-game.js
            other.js
        hexa-game/
            hexa-game.js
            more.js
        yetanother-game/
            yetanother-game.js
    utilities/