Skip to content

This project is for the Hackathon Summer Camp 2021 organized by Myjlab of SSI AGU.

License

Notifications You must be signed in to change notification settings

2021myj-j/share-game

Repository files navigation

share-game

This project is for the Hackathon Summer Camp 2021 organized by Myjlab of SSI AGU.

The team members are the following four people:

概要

share-gameはYouTube Studioのコメント欄からコメントを抽出し、抽出した結果によって動きを制御するゲームです。

ゲーム画面

- ゲームの内容

キャラクターを左右に動かし、敵や障害物を避けるゲーム

- 操作方法

✔︎ A = 左に動く

✔︎ D = 右に動く

Quick Start

環境配置

  1. まずは このファイル を参照してPython仮想環境を作る。

  2. 仮想環境で以下のコードで必要なモジュールをダウンロードする。

$ pip install -r share-game/requirements.txt
  1. YouTube APIキーの取得 (2020/03/25時点) にしたがってYouTube APIを取得し、YouTube StudioのURLと一緒に key.yaml にコピーする。

    例えはこのように:

YOTUBER_URL: “Your YouTube Live URL”
YOTUBER_API_KEY: ”Your YouTube API Key“

実行

main.py を実行すると、ゲームが始まる。

main.pyの最後に一行 App()App(debug_mode=True)に変更すると、debug modeでゲームを起動することができる。

About

This project is for the Hackathon Summer Camp 2021 organized by Myjlab of SSI AGU.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages