Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.57 KB

File metadata and controls

56 lines (45 loc) · 1.57 KB

WIP Learn Temporal Python SDK v1

This project is intended to show my process through learning Temporal and is not meant to showcase production-level best practices.

Learn Temporal Python SDK v2 is over here

AppDev Process

Feature Requests Roadmap

  • multiplayer
  • bet / money transfer / winning / cashing out
  • leaderboard
  • tx holdem rules / pre-flop / flop / turn / river

How to Play

> python3 main.py
You have 100 points

Deck Shuffled
[10♠, J♡, 4♡, A♣, K♢]
Which cards do you want to discard? ( ie. 1, 2, 3 )
*Just hit return to hold all, type exit to quit
3
[10♠, J♡, 3♣, A♣, K♢]

You have 95 points

Deck Shuffled
[A♡, 8♣, Q♣, 5♡, 3♣]
Which cards do you want to discard? ( ie. 1, 2, 3 )
*Just hit return to hold all, type exit to quit
2, 3, 4, 5
[A♡, A♢, 10♡, 10♠, J♠]
Two Pairs!
+10

You have 100 points

Deck Shuffled
[3♠, 10♢, 6♡, 4♠, 8♡]
Which cards do you want to discard? ( ie. 1, 2, 3 )
*Just hit return to hold all, type exit to quit
exit