-
html canvas 온라인 멀티 뇌파 게임.(websocket)IT 2021. 2. 4. 15:29
뇌파 집중력을 이용한 게임 온라인 멀티 게임
https://github.com/visualkhh/pro-nirvana-game
득도 html canvas game
사용기술
- angular
- reactivex
- typescript
- html
- websocket server
youtube
뇌파 집중력 게임 만들기
server run
- typescript build
- tsc -W
- run
- node index.js
client run
- npm install
- ng server -o --host ip --port port
- build
- ng build --base-href "." or ng build --prod --env=prod --output-path=dist-prod/ --base-href "."
- ./node_modules/@angular/cli/bin/ng build -w -op ../resources/webapp --dev
device 뇌파 측정기
- 옴니핏브레인(omnifitBrain)
- omnifitbrain : http://brain.omnifit.co.kr/?ref=okky
android app build
- apk download
- 게임 삽입
- ng build
- /storage/_brain/index.html 넣기
- app 실행
- Bluetooth 연결
- 게임 실행
tip
- angular : https://cli.angular.io
- reactivex : http://reactivex.io
'IT' 카테고리의 다른 글
jenkins + sonarqube 연동 (0) 2021.02.04 jenkins + slack 연동 (0) 2021.02.04 타입스크립트(typescript) 베지어 곡선 만들기 Bezier Curves (0) 2021.02.04 java class → typescript class generator (0) 2021.02.04 현업에서는 어떻게 서비스 모니터링 메일링할까? (ElasticSearch 수집정보, 여러서비스 사용률) (0) 2020.12.11