Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

スタート画面を見れる #29

Open
daikonoisii opened this issue Sep 22, 2024 · 0 comments
Open

スタート画面を見れる #29

daikonoisii opened this issue Sep 22, 2024 · 0 comments
Assignees

Comments

@daikonoisii
Copy link
Contributor

daikonoisii commented Sep 22, 2024

何を?(What)

ゲームスタート画面を実装する

何の為に?(Why)

ゲームのタイトルやテーマを示し、プレイヤーにゲームの世界観を伝えるため

どうやって?(How)

  • /startにアクセスした際に、このページが表示されるようにview/src/router/index.jsにルーティングを記述
  • view/src/pages/start/index.vueに以下の要素を満たすページを記述
    • ゲームタイトル
    • スタートボタン
    • 背景
    • クレジット
  • 以下要素については今回実装しない
    • 設定ボタン
    • ログインボタン
    • ゲーム終了ボタン

ゴール

  • /startにアクセスしたら以下要素が含まれるページが見れる
  • ゲームタイトル
  • スタートボタン
  • 背景
  • クレジット

要件&設計

https://www.notion.so/start-b4fe43ebc6e14d30866893f4f462fd0a

ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants