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

Playing cards added #156

Merged
merged 12 commits into from Mar 16, 2021
Merged

Playing cards added #156

merged 12 commits into from Mar 16, 2021

Conversation

sadrasabouri
Copy link
Collaborator

Reference Issues/PRs

#95

new 1-line arts added:

  • playing cards waterfall
  • playing cards waterfall (trump)
  • playing cards hearts waterfall
  • playing cards diamonds waterfall
  • playing cards clubs waterfall
  • playing cards spades waterfall
  • joker1
  • joker2
  • joker3
  • joker4

@codecov-io
Copy link

codecov-io commented Mar 13, 2021

Codecov Report

Merging #156 (6d5303b) into dev (aa57608) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #156   +/-   ##
=======================================
  Coverage   90.88%   90.88%           
=======================================
  Files           1        1           
  Lines         274      274           
  Branches       74       74           
=======================================
  Hits          249      249           
  Misses         23       23           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa57608...6d5303b. Read the comment docs.

art/art_dic.py Outdated
"playing cards clubs": "[♣]]]",
"playing cards clubs waterfall": "🃏🃑🃒🃓🃔🃕🃖🃗🃘🃙🃚🃛🃜🃝🃞",
"playing cards spades": "[♠]]]",
"playing cards spades waterfall": "🃠" + "🂡🂢🂣🂤🂥🂦🂧🂨🂩🂪🂫🂬🂭🂮",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, two string are concatenated by + because of a weird manner.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a special case in vscode, it was alright with vim and other terminal-base editors.

"playing cards hearts": "[♥]]]",
"playing cards hearts waterfall": "🂠🂱🂲🂳🂴🂵🂶🂷🂸🂹🂺🂻🂼🂽🂾",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These set waterfalls became well-ordered so that indexing will be easy for user.

@sepandhaghighi sepandhaghighi added this to the art 5.2 milestone Mar 13, 2021
@sepandhaghighi
Copy link
Owner

LGTM 💯

@sepandhaghighi sepandhaghighi merged commit 040a5aa into dev Mar 16, 2021
@sepandhaghighi sepandhaghighi deleted the playing_cards branch March 16, 2021 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants