We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beddbe commit a55bbb2Copy full SHA for a55bbb2
README.md
@@ -2,10 +2,11 @@
2
Build a poker game that demonstrates the value of Temporal and helps me get to know the PythonSDK
3
4
## AppDev Process
5
-- [x] build out deck
+- [x] deck
6
- [x] shuffle
7
- [x] deal
8
-- [x] single player game score
+- [x] score
9
+- [x] single player game
10
- [ ] [foundations](https://docs.temporal.io/application-development/foundations) [in progress]
11
- [ ] [features](https://docs.temporal.io/application-development/features)
12
- [ ] [observability](https://docs.temporal.io/application-development/observability)
0 commit comments