Skip to content

Implemented Acey-Ducey in python#2

Merged
coding-horror merged 1 commit intocoding-horror:mainfrom
JonnoFTW:main
Feb 16, 2021
Merged

Implemented Acey-Ducey in python#2
coding-horror merged 1 commit intocoding-horror:mainfrom
JonnoFTW:main

Conversation

@JonnoFTW
Copy link
Copy Markdown
Contributor

Implemented the acey-ducey card game in python

Implemented the acey-ducey card game in python
@JonnoFTW JonnoFTW changed the title Create acey_ducey.py Implemented Acey-Ducey in python Feb 16, 2021
@coding-horror
Copy link
Copy Markdown
Owner

It looks like we had two simultaneous Python submissions for this one, accepting both for now and we can work out merge later? Thank you!! 🤗

@coding-horror coding-horror merged commit 436821e into coding-horror:main Feb 16, 2021
Comment on lines +10 to +18
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
8: "8",
9: "9",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This should be "2" - "10".

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

You are correct

coding-horror pushed a commit that referenced this pull request Apr 26, 2021
Merge changes from coding-horror/main
coding-horror pushed a commit that referenced this pull request Oct 3, 2023
add Stars, Reverse and version of Tic Tac Toe with no board updates shown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants