pyproject.toml
src/worlds/apquest/!READ_FIRST!.txt
src/worlds/apquest/Register.py
src/worlds/apquest/__init__.py
src/worlds/apquest/archipelago.json
src/worlds/apquest/components.py
src/worlds/apquest/items.py
src/worlds/apquest/locations.py
src/worlds/apquest/options.py
src/worlds/apquest/regions.py
src/worlds/apquest/rules.py
src/worlds/apquest/web_world.py
src/worlds/apquest/world.py
src/worlds/apquest/client/__init__.py
src/worlds/apquest/client/ap_quest_client.kv
src/worlds/apquest/client/ap_quest_client.py
src/worlds/apquest/client/custom_views.py
src/worlds/apquest/client/game_manager.py
src/worlds/apquest/client/graphics.py
src/worlds/apquest/client/item_quality.py
src/worlds/apquest/client/launch.py
src/worlds/apquest/client/sounds.py
src/worlds/apquest/client/utils.py
src/worlds/apquest/docs/de_APQuest.md
src/worlds/apquest/docs/en_APQuest.md
src/worlds/apquest/docs/setup_de.md
src/worlds/apquest/docs/setup_en.md
src/worlds/apquest/game/__init__.py
src/worlds/apquest/game/entities.py
src/worlds/apquest/game/events.py
src/worlds/apquest/game/game.py
src/worlds/apquest/game/gameboard.py
src/worlds/apquest/game/generate_math_problem.py
src/worlds/apquest/game/graphics.py
src/worlds/apquest/game/inputs.py
src/worlds/apquest/game/items.py
src/worlds/apquest/game/locations.py
src/worlds/apquest/game/play_in_console.py
src/worlds/apquest/game/player.py
src/worlds/apquest/game/audio/8bit Filler.ogg
src/worlds/apquest/game/audio/8bit ProgUseful.ogg
src/worlds/apquest/game/audio/8bit Progression.ogg
src/worlds/apquest/game/audio/8bit Trap.ogg
src/worlds/apquest/game/audio/8bit Useful.ogg
src/worlds/apquest/game/audio/8bit Victory.ogg
src/worlds/apquest/game/audio/APQuest BGM.ogg
src/worlds/apquest/game/audio/APQuest Confetti Cannon.ogg
src/worlds/apquest/game/audio/APQuest Intro.ogg
src/worlds/apquest/game/audio/APQuest Math BGM.ogg
src/worlds/apquest/game/audio/APQuest Math Problem Solved Jingle.ogg
src/worlds/apquest/game/audio/APQuest Math Problem Starter Jingle.ogg
src/worlds/apquest/game/graphics/boss.png
src/worlds/apquest/game/graphics/cat.png
src/worlds/apquest/game/graphics/duck.png
src/worlds/apquest/game/graphics/hearts.png
src/worlds/apquest/game/graphics/horse.png
src/worlds/apquest/game/graphics/human.png
src/worlds/apquest/game/graphics/inanimates.png
src/worlds/apquest/game/graphics/items.png
src/worlds/apquest/game/graphics/items_text.png
src/worlds/apquest/game/graphics/letters.png
src/worlds/apquest/game/graphics/normal_enemy.png
src/worlds/apquest/game/graphics/numbers.png
src/worlds/apquest/game/graphics/symbols.png
src/worlds/apquest/test/__init__.py
src/worlds/apquest/test/bases.py
src/worlds/apquest/test/test_easy_mode.py
src/worlds/apquest/test/test_extra_starting_chest.py
src/worlds/apquest/test/test_hammer.py
src/worlds/apquest/test/test_hard_mode.py