Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jowinjohnchemban/qkrishigame
Qkrishi - Stranded - Quantum VR Game
https://github.com/jowinjohnchemban/qkrishigame
game qkrishi quantum stranded vr
Last synced: about 2 months ago
JSON representation
Qkrishi - Stranded - Quantum VR Game
- Host: GitHub
- URL: https://github.com/jowinjohnchemban/qkrishigame
- Owner: jowinjohnchemban
- Created: 2022-07-05T06:03:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T14:04:08.000Z (about 2 years ago)
- Last Synced: 2023-10-20T07:55:21.633Z (about 1 year ago)
- Topics: game, qkrishi, quantum, stranded, vr
- Language: HTML
- Homepage: https://jjcaframedev.web.app
- Size: 69.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stranded | QKRISHI - Quantum Game
Qkrishi - A-FRAME AR/VR GameVisit: https://jjcaframedev.web.app/
![image](https://user-images.githubusercontent.com/29167718/198834229-59a2aca2-a39a-47e0-b593-a0eaf668ff11.png)
### Code Structure
- qkrishigame/
- index.html # Landing page
- 404.html # Error 404 page
- assets/ # assets
- *.glb # 3D models
- *.png/*.jpg # Images### Requirements
- aframe library : https://aframe.io/releases/1.3.0/aframe.min.js
- aframe-extras library : https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js
- aframe-event-set-component library : https://unpkg.com/aframe-event-set-component@^4.0.0/dist/aframe-event-set-component.min.js
- Python http-server### To run the software
- Run the local server by running the command `python -m http.server 80` in the code directory
- To play the game, navigate to `http://localhost/index.html`