Simaple

Latest version: v0.3.0.1

Safety actively analyzes 622163 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

Short summary
- add in-game simulation module: simaple.simulation
- extract data dependency from code explicitly
- add backend server for interactive simulation
- fix bugs


What's Changed
* Refactor/better interpreter by oleneyl in https://github.com/simaple-team/simaple/pull/34
* Add documentaion via ReadTheDocs by oleneyl in https://github.com/simaple-team/simaple/pull/35
* feat: remove redundant argument by oleneyl in https://github.com/simaple-team/simaple/pull/40
* Define Spec class explicitly by oleneyl in https://github.com/simaple-team/simaple/pull/41
* Feature/simulation impl by oleneyl in https://github.com/simaple-team/simaple/pull/42
* Feature/windbreaker by oleneyl in https://github.com/simaple-team/simaple/pull/44
* Simulate archmagefb by oleneyl in https://github.com/simaple-team/simaple/pull/43
* Fix/magician by Lechros in https://github.com/simaple-team/simaple/pull/45
* Refactor/benchmark by oleneyl in https://github.com/simaple-team/simaple/pull/46
* Refactor/preset by oleneyl in https://github.com/simaple-team/simaple/pull/47
* test: fix tests run in asyncio by oleneyl in https://github.com/simaple-team/simaple/pull/48
* Fix/baseline by oleneyl in https://github.com/simaple-team/simaple/pull/49
* Feature/report by oleneyl in https://github.com/simaple-team/simaple/pull/50
* Refactor/asset by oleneyl in https://github.com/simaple-team/simaple/pull/51
* feat: add infinity by oleneyl in https://github.com/simaple-team/simaple/pull/53
* feat: raise error when state signature mismatch by oleneyl in https://github.com/simaple-team/simaple/pull/55
* Feature/archmagetc by oleneyl in https://github.com/simaple-team/simaple/pull/56
* feat: support passive hyper skill by oleneyl in https://github.com/simaple-team/simaple/pull/59
* Feature/bishop by oleneyl in https://github.com/simaple-team/simaple/pull/60
* Add server by oleneyl in https://github.com/simaple-team/simaple/pull/63
* Add doping, monster life by oleneyl in https://github.com/simaple-team/simaple/pull/64
* refactor: set hyperstat, union, link as system by oleneyl in https://github.com/simaple-team/simaple/pull/65
* Feature/container by oleneyl in https://github.com/simaple-team/simaple/pull/66
* feat(app): enable cors by icepeng in https://github.com/simaple-team/simaple/pull/67
* feat: implement hyperstat parser by jj9810 in https://github.com/simaple-team/simaple/pull/68
* Feature/backend by oleneyl in https://github.com/simaple-team/simaple/pull/69
* Feature/trait by oleneyl in https://github.com/simaple-team/simaple/pull/72
* test: add for coverage by oleneyl in https://github.com/simaple-team/simaple/pull/70
* docs: add documentation about development by oleneyl in https://github.com/simaple-team/simaple/pull/73
* Feature/mechanic by oleneyl in https://github.com/simaple-team/simaple/pull/62
* feat: save store as json by oleneyl in https://github.com/simaple-team/simaple/pull/74
* feat: implement ability parser by jj9810 in https://github.com/simaple-team/simaple/pull/71
* Mechanic by icepeng in https://github.com/simaple-team/simaple/pull/75
* Feature/explicit storage by oleneyl in https://github.com/simaple-team/simaple/pull/76
* Feature/client configuration by oleneyl in https://github.com/simaple-team/simaple/pull/78
* docs: fix readme typo by icepeng in https://github.com/simaple-team/simaple/pull/81
* fix: injected value name by icepeng in https://github.com/simaple-team/simaple/pull/80
* fix: simulator conf target armor typing by icepeng in https://github.com/simaple-team/simaple/pull/82
* feat: mechanic data by icepeng in https://github.com/simaple-team/simaple/pull/83
* fix(app): set history index white snapshot load by icepeng in https://github.com/simaple-team/simaple/pull/85
* chore: set default value of stack in views by icepeng in https://github.com/simaple-team/simaple/pull/86
* feat: add duration in running_view by icepeng in https://github.com/simaple-team/simaple/pull/84
* fix(mechanic): mech carrier view stack by icepeng in https://github.com/simaple-team/simaple/pull/87
* fix(mechanic): robot duration in running view by icepeng in https://github.com/simaple-team/simaple/pull/88
* feat: maple warrior per base stat by icepeng in https://github.com/simaple-team/simaple/pull/89
* feat(archmagetc): provide frost stack view by icepeng in https://github.com/simaple-team/simaple/pull/90
* feat: add character trait by oleneyl in https://github.com/simaple-team/simaple/pull/93
* fix: event as only-dict by oleneyl in https://github.com/simaple-team/simaple/pull/94
* App/send checkpoint by oleneyl in https://github.com/simaple-team/simaple/pull/95
* Adele by icepeng in https://github.com/simaple-team/simaple/pull/92
* adr: add adr about dot damage by oleneyl in https://github.com/simaple-team/simaple/pull/97
* test: fix encoding by icepeng in https://github.com/simaple-team/simaple/pull/100
* Docs/conventional by oleneyl in https://github.com/simaple-team/simaple/pull/99
* chore: gitignore .sqlite.db by icepeng in https://github.com/simaple-team/simaple/pull/103
* refactor: remove component default cooldown by icepeng in https://github.com/simaple-team/simaple/pull/102
* refactor: rename weapon_attack_power to weapon_pure_attack_power by icepeng in https://github.com/simaple-team/simaple/pull/104
* fix: prevent global namespace contaminate by oleneyl in https://github.com/simaple-team/simaple/pull/107
* feat: seedring data by icepeng in https://github.com/simaple-team/simaple/pull/106
* ci: enable poetry cache in Github Actions by icepeng in https://github.com/simaple-team/simaple/pull/109
* State and Entity by oleneyl in https://github.com/simaple-team/simaple/pull/110
* refactor: rename entities by icepeng in https://github.com/simaple-team/simaple/pull/112
* refactor: rename DurableTrait to BuffTrait by icepeng in https://github.com/simaple-team/simaple/pull/113
* refactor: store as entity storage by icepeng in https://github.com/simaple-team/simaple/pull/117
* refactor: remove store dependency in component unit test by icepeng in https://github.com/simaple-team/simaple/pull/118
* Feature/dot skill by oleneyl in https://github.com/simaple-team/simaple/pull/115
* fix: duplicated meditation by oleneyl in https://github.com/simaple-team/simaple/pull/120
* feat: component_spec endpoint by icepeng in https://github.com/simaple-team/simaple/pull/111
* feat: handle keydown by icepeng in https://github.com/simaple-team/simaple/pull/114
* feat: provide weapon_attack_power to SimulationContainer by icepeng in https://github.com/simaple-team/simaple/pull/122
* Feat/dualblade (WIP) by icepeng in https://github.com/simaple-team/simaple/pull/108
* feat: no default value in component definition by oleneyl in https://github.com/simaple-team/simaple/pull/123
* docs: add tutorial by oleneyl in https://github.com/simaple-team/simaple/pull/119
* Feature/baseline configuration by oleneyl in https://github.com/simaple-team/simaple/pull/126
* feat: add v skills by oleneyl in https://github.com/simaple-team/simaple/pull/124
* feat: add ability by oleneyl in https://github.com/simaple-team/simaple/pull/127
* feat: add genesis skill (destroy) by oleneyl in https://github.com/simaple-team/simaple/pull/128
* docs: change repository url by oleneyl in https://github.com/simaple-team/simaple/pull/129
* fix: name of ability attribute by jj9810 in https://github.com/simaple-team/simaple/pull/133
* feat: parametrized reducer by oleneyl in https://github.com/simaple-team/simaple/pull/132
* feat: flora common skills by icepeng in https://github.com/simaple-team/simaple/pull/105
* Feature/cygnus blessing by oleneyl in https://github.com/simaple-team/simaple/pull/134
* Feature/windbreaker by Lechros in https://github.com/simaple-team/simaple/pull/139
* Docs/contributing by oleneyl in https://github.com/simaple-team/simaple/pull/146
* Feature/soulmaster by oleneyl in https://github.com/simaple-team/simaple/pull/130
* Feature: no more default active skill by oleneyl in https://github.com/simaple-team/simaple/pull/143
* add english tutorial by amphipath in https://github.com/simaple-team/simaple/pull/147
* feat: add accept event by oleneyl in https://github.com/simaple-team/simaple/pull/142
* Refactor/unified simulation test by oleneyl in https://github.com/simaple-team/simaple/pull/148
* fix: typo by oleneyl in https://github.com/simaple-team/simaple/pull/149
* fix: change test file path by oleneyl in https://github.com/simaple-team/simaple/pull/152
* fix: unused field type by oleneyl in https://github.com/simaple-team/simaple/pull/153
* feat: expose ExtendedStat in core package by oleneyl in https://github.com/simaple-team/simaple/pull/151
* simulate-en.rst translation by amphipath in https://github.com/simaple-team/simaple/pull/157
* Feature/refactor gear by oleneyl in https://github.com/simaple-team/simaple/pull/158
* Docs/gear by oleneyl in https://github.com/simaple-team/simaple/pull/159
* fix: default not in keydown-end by oleneyl in https://github.com/simaple-team/simaple/pull/160
* feat: add README by oleneyl in https://github.com/simaple-team/simaple/pull/162
* add english readme by amphipath in https://github.com/simaple-team/simaple/pull/163

New Contributors
* icepeng made their first contribution in https://github.com/simaple-team/simaple/pull/67
* jj9810 made their first contribution in https://github.com/simaple-team/simaple/pull/68
* amphipath made their first contribution in https://github.com/simaple-team/simaple/pull/147

**Full Changelog**: https://github.com/simaple-team/simaple/compare/v0.2.0...v0.3.0

0.2.0

- Initial runable release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.