https://github.com/jdpigeon/dharmadefender
A WebVR Tower Defense game that you can win with your mind
https://github.com/jdpigeon/dharmadefender
aframe eeg muse
Last synced: 7 months ago
JSON representation
A WebVR Tower Defense game that you can win with your mind
- Host: GitHub
- URL: https://github.com/jdpigeon/dharmadefender
- Owner: jdpigeon
- License: apache-2.0
- Created: 2017-11-11T23:13:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T23:27:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T16:49:12.966Z (9 months ago)
- Topics: aframe, eeg, muse
- Language: JavaScript
- Homepage:
- Size: 52.9 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dharma Defender
A simple demo of passive BCI in a VR game context
Forked from the aweseom WebVRDefender game: https://github.com/tbalouet/WebVRDefender <-- you can play it at http://webvr-defender.glitch.me
Thanks to the folks behind muse-js: https://github.com/urish/muse-js
Getting started
------------------------------
```sh
git clone https://github.com/jdpigeon/dharmadefender.git # Clone the repository.
cd dharmadefender
npm install # Install dependencies.
npm run start # Start the server on http://localhost:3000
```Folder Structure
----------------* `/ (root)`
* Licenses and package information
* server.js as the main server file
* `/client/js`
* Javascript files split up in classes
* `/client/js/components`
* AFrame-VR components developed for the project
* `/public/`
* static files
* `/public/assets`
* multimedia files
* `/public/assets/icons`
* web page icons
* `/public/assets/images`
* image folder
* `/public/assets/models`
* 3D models files
* `/public/js`
* javascript files used in the Web app. Contains script.js which is the compiled version of client/js/main.js
* `/public/styles`
* css files
* `/views/`
* ejs template files folder. Contains index.ejs, main file of the Web AppAttributions
----------------* 3D models
* winter theme by Aime Tribolet
* Sounds
* http://soundbible.com/1810-Wind.html
* http://soundbible.com/1771-Laser-Cannon.html
* http://soundbible.com/1033-Zombie-In-Pain.html
* http://soundbible.com/2127-Dragon-Fire-Breath-and-Roar.html