Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Stranded | QKRISHI - Quantum Game
Qkrishi - A-FRAME AR/VR Game

Visit: 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`