LCEnzo / mecha_vs_monsters_cyoa_simulator

0 stars 0 forks source link

Implementation of a state machine to replace ad hoc logic #4

Closed LCEnzo closed 1 month ago

codecov-commenter commented 1 month ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

:information_source: You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered :open_umbrella:

LCEnzo commented 1 month ago

Gotta improve perf first, fix bugs, and add more tests

LCEnzo commented 1 month ago

I shouldn't have started the project in Python, or should have at least not used pydantic. Well, it was useful for serialization, but I should've stopped there. Pain, writing Python like Rust using types and enums and the rest is not super comfy.