Skip to content

kameffee/unity1week-202112-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

About

Unity 1週間ゲームジャム お題「正」

「ANTreasure」のソースコードのみを抽出したリポジトリです。

External Assets

説明

EntryPoint

MapLoop

  • マップ上のキャラクターの動き
  • バトルへの遷移
  • バトル結果によるステータス変化イベントやカードの交換イベントの発火

GameLoop

  • バトル前と後の会話イベント
  • プレイヤー、敵の初期化
  • BattleLoopの開始
  • バトル結果後の会話イベント

BattleLoop

  • GameLoopから呼び出される
  • バトルの一連の流れを行う

LifetimeScope

RootLifetimeScope
 ┣━ TitleLifetimeScope
 ┣━ MapLifetimeScope
 ┗━ InGameLifetimeScope
     ┣━ PlayerLifetimeScope
     ┗━ EnemyLifetimeScope

About

unity1week お題「正」

Topics

Resources

Stars

Watchers

Forks

Languages