Find file in zeroed-some/bashamole@trunk
- .gitignore
- .tool-versions
- README.md
- backend/apps/__init__.py
- backend/apps/trees/__init__.py
- backend/apps/trees/admin.py
- backend/apps/trees/apps.py
- backend/apps/trees/management/__init__.py
- backend/apps/trees/management/commands/__init__.py
- backend/apps/trees/management/commands/populate_trees.py
- backend/apps/trees/migrations/0001_initial.py
- backend/apps/trees/migrations/0002_filesystemtree_directory_stack_and_more.py
- backend/apps/trees/migrations/0003_filesystemtree_active_moles_and_more.py
- backend/apps/trees/migrations/0004_remove_filesystemtree_active_moles_and_more.py
- backend/apps/trees/migrations/0005_filesystemtree_moles_killed_and_more.py
- backend/apps/trees/migrations/0006_filesystemtree_current_mole_timer_and_more.py
- backend/apps/trees/migrations/__init__.py
- backend/apps/trees/models.py
- backend/apps/trees/serializers.py
- backend/apps/trees/tests.py
- backend/apps/trees/urls.py
- backend/apps/trees/views.py
- backend/bashamole/__init__.py
- backend/bashamole/asgi.py
- backend/bashamole/settings.py
- backend/bashamole/urls.py
- backend/bashamole/wsgi.py
- backend/manage.py
- backend/requirements.txt
- backend/runtime.txt
- frontend/.gitignore
- frontend/README.md
- frontend/eslint.config.mjs
- frontend/next.config.ts
- frontend/package-lock.json
- frontend/package.json
- frontend/postcss.config.mjs
- frontend/public/android-chrome-192x192.png
- frontend/public/android-chrome-512x512.png
- frontend/public/apple-touch-icon.png
- frontend/public/favicon-16x16.png
- frontend/public/favicon-32x32.png
- frontend/public/favicon.ico
- frontend/public/icons/config.svg
- frontend/public/icons/database.svg
- frontend/public/icons/desktop.svg
- frontend/public/icons/document.svg
- frontend/public/icons/download.svg
- frontend/public/icons/folder.svg
- frontend/public/icons/home.svg
- frontend/public/icons/package.svg
- frontend/public/icons/picture.svg
- frontend/public/icons/terminal.svg
- frontend/public/icons/trash.svg
- frontend/public/mole.png
- frontend/public/mole.svg
- frontend/public/mole_color.png
- frontend/public/player.png
- frontend/public/player.svg
- frontend/src/app/globals.css
- frontend/src/app/layout.tsx
- frontend/src/app/page.tsx
- frontend/src/components/Game.tsx
- frontend/src/components/GameOverModal.tsx
- frontend/src/components/GameStatus.tsx
- frontend/src/components/HelpModals.tsx
- frontend/src/components/Terminal.tsx
- frontend/src/components/TimerDisplay.tsx
- frontend/src/components/TreeVisualizer.tsx
- frontend/src/hooks/useCommandExecution.ts
- frontend/src/hooks/useGameState.ts
- frontend/src/hooks/useHelpModals.ts
- frontend/src/hooks/useTerminal.ts
- frontend/src/hooks/useTreeUtils.ts
- frontend/src/lib/api.ts
- frontend/tsconfig.json
- package.json