README.md
pyproject.toml
src/ecopoesis/__init__.py
src/ecopoesis/__version__.py
src/ecopoesis/_gen_pb2.py
src/ecopoesis/actions.py
src/ecopoesis/atmosphere.py
src/ecopoesis/cli.py
src/ecopoesis/climate.py
src/ecopoesis/controls.py
src/ecopoesis/geology.py
src/ecopoesis/life.py
src/ecopoesis/ocean.py
src/ecopoesis/persistence.py
src/ecopoesis/render.py
src/ecopoesis/resources.py
src/ecopoesis/save_bundle.py
src/ecopoesis/simulation.py
src/ecopoesis/simulation_pb2.py
src/ecopoesis/state.py
src/ecopoesis/terrain.py
src/ecopoesis.egg-info/PKG-INFO
src/ecopoesis.egg-info/SOURCES.txt
src/ecopoesis.egg-info/dependency_links.txt
src/ecopoesis.egg-info/entry_points.txt
src/ecopoesis.egg-info/requires.txt
src/ecopoesis.egg-info/top_level.txt
src/ecopoesis/tui/__init__.py
src/ecopoesis/tui/app.py
src/ecopoesis/tui/themes.py
src/ecopoesis/tui/screens/__init__.py
src/ecopoesis/tui/screens/help.py
src/ecopoesis/tui/screens/live.py
src/ecopoesis/tui/screens/palette.py
src/ecopoesis/tui/screens/save_helpers.py
src/ecopoesis/tui/screens/welcome.py
tests/test_actions.py
tests/test_atmosphere.py
tests/test_cli_smoke.py
tests/test_controls.py
tests/test_diff.py
tests/test_fork.py
tests/test_geology.py
tests/test_install.py
tests/test_life.py
tests/test_ocean.py
tests/test_performance.py
tests/test_persistence.py
tests/test_population_determinism.py
tests/test_property_roundtrips.py
tests/test_render.py
tests/test_resources.py
tests/test_save_bundle.py
tests/test_save_format.py
tests/test_save_load.py
tests/test_save_management.py
tests/test_simulation.py
tests/test_simulation_tick.py
tests/test_terrain_climate.py
tests/test_tui.py
tests/test_watch.py