a-game

0.48.0 • Public • Published

A-Game!

Essential game components for A-Frame!

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/a-game@0.48.0/dist/a-game.min.js"></script>
  </head>
  <body>
    <a-scene physics>
      <a-entity include="./scenes/_assets.html"></a-entity>
      <a-player locomotion grabbing></a-player>
      <a-main include="./scenes/level1.html">
        <a-box floor color="gray" width="32" height="0.25" depth="32"></a-box>
      </a-main>
    </a-scene>
  </body>
</html>

Demo!

Primitives

Components

Package Sidebar

Install

npm i a-game

Weekly Downloads

0

Version

0.48.0

License

MIT

Unpacked Size

1.41 MB

Total Files

77

Last publish

Collaborators

  • poeticandroid