https://github.com/poeticandroid/a-game
Essential game components for A-Frame!
https://github.com/poeticandroid/a-game
aframe gamedev webxr
Last synced: about 1 year ago
JSON representation
Essential game components for A-Frame!
- Host: GitHub
- URL: https://github.com/poeticandroid/a-game
- Owner: poeticAndroid
- License: mit
- Created: 2021-04-02T19:37:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T05:16:55.000Z (over 3 years ago)
- Last Synced: 2025-03-16T08:46:05.557Z (about 1 year ago)
- Topics: aframe, gamedev, webxr
- Language: JavaScript
- Homepage:
- Size: 2.26 MB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Game!
Essential game components for [A-Frame](https://aframe.io/)!
```html
```
**[Demo!](https://a-game-demo.glitch.me)**
## Primitives
- [a-hand](./src/primitives/a-hand.md)
- [a-main](./src/primitives/a-main.md)
- [a-player](./src/primitives/a-player.md)
## Components
- [grabbing](./src/components/grabbing.md)
- [button](./src/components/grabbing/button.md)
- [climbable](./src/components/grabbing/climbable.md)
- [fingerflex](./src/components/grabbing/fingerflex.md)
- [grabbable](./src/components/grabbing/grabbable.md)
- [receptacle](./src/components/grabbing/receptacle.md)
- [include](./src/components/include.md)
- [limit](./src/components/limit.md)
- [locomotion](./src/components/locomotion.md)
- [floor](./src/components/locomotion/floor.md)
- [start](./src/components/locomotion/start.md)
- [wall](./src/components/locomotion/wall.md)
- [onevent](./src/components/onevent.md)
- [onstate](./src/components/onstate.md)
- [physics](./src/components/physics.md)
- [body](./src/components/physics/body.md)
- [joint](./src/components/physics/joint.md)
- [shape](./src/components/physics/shape.md)
- [script](./src/components/script.md)
- [trigger](./src/components/trigger.md)