Skip to content

Build a poker game that demonstrates the value of Temporal and helps me get to know the PythonSDK

License

Notifications You must be signed in to change notification settings

rainleander/learn-temporal-python-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build a poker game that demonstrates the value of Temporal and helps me get to know the PythonSDK

Topics

Resources

License

Stars

Watchers

Forks

Languages