-
Notifications
You must be signed in to change notification settings - Fork 0
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
rg:デッキ機能の実装 #11
Labels
Comments
issue #51 の実装待ち |
とりあえず状態を保存しない形で実装を開始しました。commit: f4b96b5 以下、コミットメッセージを転記します。
|
Pstore を使ってチャンネルごとのデッキ設定を記録することを検討中。 |
koi-chan
added a commit
that referenced
this issue
Dec 5, 2017
Pstore は Ruby 実行環境のバージョンに依存するらしい。 |
koi-chan
added a commit
that referenced
this issue
Dec 5, 2017
ToDo: * Generator で同様の処理が繰り返されているため、リファクタリングが必要 issue: #11
koi-chan
added a commit
that referenced
this issue
Dec 11, 2017
ChannelData をクラスとしてまとめ、Generator から抽象化した。 ToDo: * ChannelData には存在するが、データファイルのないデッキの扱い issue: #11
ChannelData クラスのメソッドにて、例外として投げるようにした諸々の処理について。 |
新しく、PR #134 を参考に実装する。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
トランプ、カードゲーム等のデッキを再現する機能を実装する。
参考にできるもの
The text was updated successfully, but these errors were encountered: