LICENSE
README.md
pyproject.toml
src/tuipet/__init__.py
src/tuipet/adventure.py
src/tuipet/adventurescreen.py
src/tuipet/anim.py
src/tuipet/app.py
src/tuipet/battle.py
src/tuipet/battlefx.py
src/tuipet/battlescreen.py
src/tuipet/cloudsync.py
src/tuipet/data.py
src/tuipet/deathscreen.py
src/tuipet/digicorescreen.py
src/tuipet/dnascreen.py
src/tuipet/egg.py
src/tuipet/eggselectscreen.py
src/tuipet/evolution.py
src/tuipet/habitatscreen.py
src/tuipet/jogress.py
src/tuipet/jogressscreen.py
src/tuipet/lobbyscreen.py
src/tuipet/loot.py
src/tuipet/menu.py
src/tuipet/net.py
src/tuipet/persistence.py
src/tuipet/pet.py
src/tuipet/placeholder.py
src/tuipet/render.py
src/tuipet/shop.py
src/tuipet/shopscreen.py
src/tuipet/sound.py
src/tuipet/theme.py
src/tuipet/themescreen.py
src/tuipet/titlescreen.py
src/tuipet/tournament.py
src/tuipet/tournamentscreen.py
src/tuipet/training.py
src/tuipet/transportscreen.py
src/tuipet/update.py
src/tuipet/weather.py
src/tuipet.egg-info/PKG-INFO
src/tuipet.egg-info/SOURCES.txt
src/tuipet.egg-info/dependency_links.txt
src/tuipet.egg-info/entry_points.txt
src/tuipet.egg-info/requires.txt
src/tuipet.egg-info/top_level.txt
src/tuipet/data/backgrounds.json.gz
src/tuipet/data/battle_overlays.json
src/tuipet/data/careEffect.csv
src/tuipet/data/digicoreMenuConfig.csv
src/tuipet/data/digimon.csv
src/tuipet/data/dropRate.csv
src/tuipet/data/effects.json.gz
src/tuipet/data/eggUnlock.csv
src/tuipet/data/eggs.json.gz
src/tuipet/data/elementAffinity.csv
src/tuipet/data/enemies.csv
src/tuipet/data/evolutions.csv
src/tuipet/data/fieldAffinity.csv
src/tuipet/data/foods.csv
src/tuipet/data/habitats.csv
src/tuipet/data/icons.json.gz
src/tuipet/data/items.csv
src/tuipet/data/lootTable.csv
src/tuipet/data/maps.csv
src/tuipet/data/orbs.json.gz
src/tuipet/data/shopConsumable.csv
src/tuipet/data/sprites.json.gz
src/tuipet/data/tournies.csv
src/tuipet/data/towns.csv
src/tuipet/data/zones.csv
src/tuipet/data/sounds/alarm.wav
src/tuipet/data/sounds/angry.wav
src/tuipet/data/sounds/attack.wav
src/tuipet/data/sounds/attackHit.wav
src/tuipet/data/sounds/battle.wav
src/tuipet/data/sounds/click.wav
src/tuipet/data/sounds/compatible.wav
src/tuipet/data/sounds/death.wav
src/tuipet/data/sounds/eat.wav
src/tuipet/data/sounds/error.wav
src/tuipet/data/sounds/evolve.wav
src/tuipet/data/sounds/happy.wav
src/tuipet/data/sounds/hatch.wav
src/tuipet/data/sounds/jogress.wav
src/tuipet/data/sounds/largePoop.wav
src/tuipet/data/sounds/lastBite.wav
src/tuipet/data/sounds/lose.wav
src/tuipet/data/sounds/menu.wav
src/tuipet/data/sounds/mischief.wav
src/tuipet/data/sounds/poop.wav
src/tuipet/data/sounds/rain.wav
src/tuipet/data/sounds/refuse.wav
src/tuipet/data/sounds/select.wav
src/tuipet/data/sounds/smallPoop.wav
src/tuipet/data/sounds/startBattle.wav
src/tuipet/data/sounds/strongAttack.wav
src/tuipet/data/sounds/strongHit.wav
src/tuipet/data/sounds/thunder.wav
src/tuipet/data/sounds/thunder2.wav
src/tuipet/data/sounds/thunder3.wav
src/tuipet/data/sounds/wash.wav
src/tuipet/data/sounds/win.wav
src/tuipet/data/sounds/wind.wav
tests/test_announce.py
tests/test_battle.py
tests/test_data.py
tests/test_death.py
tests/test_egg_unlock.py
tests/test_evolution.py
tests/test_fx.py
tests/test_hud.py
tests/test_item_effects.py
tests/test_item_heal.py
tests/test_msg_strip.py
tests/test_performance.py
tests/test_persistence.py
tests/test_pet_effect.py
tests/test_robustness.py
tests/test_sync.py
tests/test_theme.py
tests/test_tournament.py
tests/test_training.py
tests/test_ui_stats.py
tests/test_update.py