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

トランプ・カード機能を実装 #470

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

kizahasi
Copy link
Contributor

@kizahasi kizahasi commented Nov 13, 2022

トランプおよびカードを扱えるようになります。山札コマ(仮称)という形になります。

数週間前から取りかかっていますが、まだビルドすら怪しい状態です。マージまでにはしばらく時間がかかりそう。

実装を予定している機能

  • カードは表面の画像と裏面の画像と説明文(任意)などからなる。これらはカスタマイズ可能。
  • カードの追加および削除。
  • 山札はコマとして扱える。
  • 表面と裏面の区別。裏面のカードは原則として誰にも見ることができないが、表面のカードは全員が見れる。なお、表面のカードが見れるかどうかは、山札におけるカードの位置によらない。
  • 山札のシャッフル機能。
  • いったん表面になったカードを裏向きにした場合でも、表面が何だったかは全員が見れる。この仕様は変更するかも。
  • 山札は画像込みでエクスポートおよびインポートできる。フォーマットはココフォリアなどと互換性があったほうがいいのだろうか…?その場合はフォーマットが公開されているかの調査が必要か(まだ未調査)

@kizahasi kizahasi added the 機能追加/enhancement New feature or request label Nov 13, 2022
@kizahasi kizahasi self-assigned this Nov 13, 2022
@kizahasi kizahasi linked an issue Nov 13, 2022 that may be closed by this pull request
@lgtm-com
Copy link

lgtm-com bot commented Nov 13, 2022

This pull request introduces 17 alerts when merging e762842 into 3ce9cf1 - view on LGTM.com

new alerts:

  • 17 for Unused variable, import, function or class

@codecov
Copy link

codecov bot commented Nov 13, 2022

Codecov Report

Base: 73.38% // Head: 73.38% // No change to project coverage 👍

Coverage data is based on head (3ce9cf1) compared to base (dd4061e).
Patch has no changes to coverable lines.

❗ Current head 3ce9cf1 differs from pull request most recent head e762842. Consider uploading reports for the commit e762842 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #470   +/-   ##
=======================================
  Coverage   73.38%   73.38%           
=======================================
  Files         323      323           
  Lines       12049    12049           
  Branches     2797     2797           
=======================================
  Hits         8842     8842           
  Misses       2900     2900           
  Partials      307      307           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
機能追加/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

トランプ・カード機能
1 participant