Event Sourcing examples in Python for Mastermind game
Based on the article series Functional event sourcing example in Kotlin by Jakub Zalas
Requires python >= 3.11, otherwise it only depends on python's standart library.
The command below runs unit-tests that run the code.
cd object-oriented-event-sourcing
make test
MIT