
Closed
Posted
Freelance Brief: ECHO — Android Roguelike Overview I'm building a roguelike exclusively for Android with one core hook: the screen is dark, and you can only see by emitting a sound pulse ("echo") that briefly reveals your surroundings. Every echo also risks alerting nearby enemies. Navigation, combat, and exploration are all built around this "sight is a limited, risky resource" mechanic. This is not a bright, cartoonish game — the visual identity is intentionally minimal and high-contrast: a near-black screen with glowing wireframe/line-art reveals when you pulse (cool blue/white for environment, warm amber/red for enemies and danger). Clean and readable, but moody rather than playful. If your instinct is a colorful, cartoon-style rendering approach, this project is likely not the right fit — happy to clarify further if useful. Core Mechanic (the part that must be nailed first) Player taps/holds to emit an expanding echo pulse from their position. Anything the pulse touches is revealed for ~1.5–3 seconds, then fades to black (static geometry like walls fades slower than moving objects like enemies). Pulses have a cooldown/stamina cost and generate a noise radius that can alert nearby enemies. Passive positional/binaural audio cues (footsteps, breathing, ambient enemy sound) let skilled players navigate with fewer pulses. Procedural Generation Requirements Each run needs freshly generated dungeon layouts — room shapes, enemy placement, and item/echo-charge pickups shuffled per run — while respecting a sensible difficulty curve as the player goes deeper (denser enemy placement, tighter echo-charge availability, etc.). I want to hear your recommended approach — whether that's a custom C# solution, Godot's tilemap/room-randomizer tools, Unity ScriptableObject-driven generation, or something else you've had good results with. Strong preference for whatever runs smoothly across a wide range of Android hardware, including lower-end devices, since performance and battery drain matter more than visual fidelity here. Audio Requirements (critical — this is not optional polish) Because the entire mechanic is built on sound: Full positional/binaural audio is required so players can judge direction and rough distance by ear. Distinct sound signatures per enemy type. A distinguishable, satisfying "echo pulse" sound separate from combat/ambient sound. Please mention your experience (if any) with spatial audio implementation in your proposal — this matters more than general Android dev experience for this project. Milestone 1 — Prototype (what I need first) A lightweight, playable APK demonstrating: Procedurally generated rooms/dungeon layout Basic character movement The core echo-pulse-reveal mechanic working end-to-end (even with placeholder wireframe art and placeholder/rough audio) Full source project plus clear build instructions so I can test on multiple Android handsets myself. Follow-Up Milestones (not needed yet, for context only) Combat system (short-range, audio-telegraphed enemy attacks) Full enemy roster with distinct sound signatures UI (minimal — HUD should stay unobtrusive to preserve the darkness/immersion) Final audio pass (positional/binaural implementation, mixing) Meta-progression systems (unlockable echo types, characters, perks) — stretch goal, discuss after core loop is proven What to Include in Your Proposal How you'd technically implement the darkness/reveal-radius rendering (shader-based, mask/light-based, or another approach). Your recommended procedural generation method and why, given the difficulty-curve and performance requirements above. Any prior experience with positional/spatial audio on mobile. Engine of choice (Godot, Unity, or other) and rough milestone-1 timeline/cost estimate.
Project ID: 40651559
21 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
21 freelancers are bidding on average $23 USD/hour for this job

Hello, After reviewing the ECHO brief, I understand the core challenge is not just building an Android roguelike, but making the echo mechanic, darkness rendering, procedural layout, and spatial audio work together smoothly on low-end devices. For Milestone 1, I’d use Unity + C#. The darkness/reveal system would be shader/mask based: an expanding radial pulse writes reveal intensity into a lightweight mask, with separate fade timing for static geometry and moving enemies. This avoids expensive real-time lighting and keeps GPU cost predictable. For procedural generation, I’d use a seeded room-and-corridor generator with weighted enemy/item placement and depth-based difficulty parameters, keeping each run varied while controlling density, echo-charge scarcity, and progression. For audio, I’d implement positional 3D sound with distance attenuation, directional enemy cues, unique sound signatures, and a clearly separated echo pulse layer. Mobile profiling would be part of the prototype to control CPU, audio voices, battery use, and memory. Milestone 1 would cover: • Procedural dungeon • Player movement • Echo reveal mechanic • Placeholder spatial audio • Testable APK + full source/build instructions Estimated prototype: 1–2 weeks, around $500–$700 depending on final scope. One question: should the first prototype use top-down 2D/2.5D movement, or do you already have a specific camera perspective in mind? Best regards, Carlos
$15 USD in 40 days
4.2
4.2

With experience in developing unique gameplay mechanics, I understand your vision for the Android roguelike game "ECHO" and the crucial role sound pulses play in navigation and exploration. My past work on mobile games with immersive interactive elements aligns well with this project. How do you envision balancing the intensity of enemy encounters with the strategic use of sound pulses to maintain player engagement throughout the game? Regards, Yogesh Kumar
$15 USD in 30 days
4.2
4.2

Hi, I am a C# and game developer with 8 years of rich experience in software development, with a background in Android applications, interactive systems, performance optimization, and real-time logic. I am familiar with Unity, C#, shaders, procedural generation, Android deployment, spatial audio, and mobile performance profiling. For this project, I would use Unity and implement the echo reveal with a shader/mask-based system so geometry is only exposed inside the expanding pulse and then fades independently by object type. For dungeon generation, I would use a lightweight room-and-corridor system driven by seeded generation and difficulty parameters, which keeps runs varied while remaining efficient on lower-end Android devices. I also understand that audio is part of the gameplay itself, not just polish. I can structure enemy sounds, footsteps, and the echo pulse with positional audio so direction and approximate distance remain readable even when the screen is dark. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Thanks. Emile.
$20 USD in 40 days
3.2
3.2

I’d approach ECHO as a lightweight Android-first roguelike built for performance, battery efficiency, and clarity. For the reveal mechanic, I’d use a shader-based fog-of-war system with a pulse-driven visibility mask. That gives you the dark, high-contrast look you want while keeping rendering cheap on lower-end devices. Static geometry can fade slower than enemies by using separate reveal layers or decay timings in the visibility buffer. For procedural generation, I recommend a custom C# dungeon generator if using Unity, built from room templates, connectivity rules, and per-depth spawn tables. This gives precise control over pacing, enemy density, and echo-charge scarcity as the run progresses, while remaining easier to tune than a fully generic tile randomizer. If you prefer Godot, I’d still keep the logic custom rather than rely only on editor tools. For audio, I’d implement positional/spatial cues from the start: enemy sounds with distinct signatures, binaural-style placement, and a dedicated echo pulse sound that feels readable and satisfying. Mobile audio mixing would be optimized to avoid clutter and preserve directionality. For Milestone 1, I’d deliver a playable APK with procedural rooms, movement, and the full echo reveal loop, plus source project and clear Android build instructions. I’d estimate roughly 2-4 weeks depending on the target engine and how much visual/audio polish you want in the prototype. If helpful, I can structure the prototype around the sho
$15 USD in 36 days
2.9
2.9

Your ECHO concept immediately resonated with the core mechanics I implemented in "Shadow Pulse," a mobile prototype where limited visibility and sound-based enemy detection were central to survival. That project successfully translated complex stealth and exploration into an intuitive, resource-management loop, a challenge I'm eager to bring to your roguelike. My approach will leverage Unity's robust 2D rendering pipeline, specifically focusing on efficient sprite batching and shader development for the dynamic, high-contrast wireframe reveals. I'll utilize a tile-based system for level generation and pathfinding, integrating A* for enemy AI that reacts intelligently to sound cues. State machines will manage player and enemy actions, ensuring fluid and responsive gameplay. Given the emphasis on a "limited, risky resource," how are you envisioning the pacing of echo cooldowns and enemy awareness regeneration? What are your thoughts on integrating a subtle visual feedback system for players to anticipate echo recharge? I'm available to discuss these details and how my experience can directly contribute to ECHO's success.
$25 USD in 7 days
0.0
0.0

⚠️ If you're not happy, you don’t pay. ⚠️ Hi, Thank you for checking my proposal and sharing the detailed project brief. I can build your Android roguelike using Unity with a high-end and audio-driven design. I will deliver: • Procedurally generated dungeon layouts respecting difficulty curves • Core echo-pulse mechanic fully functional with placeholder assets • Character movement and navigation integrated • Dynamic enemy placement with audio feedback • Clean project source plus detailed build instructions You will also receive: • Regular updates on progress • Support for optimization across various Android devices I am confident I can execute your vision professionally and efficiently. Looking forward to discussing the timeline and next steps. Best regards, Manthan
$15 USD in 30 days
0.0
0.0

Hi , I just saw your project regarding Android Cartoon Roguelike Development. I've been building scalable web apps and custom integrations for a while, and this fits right into my wheelhouse. I'm a full-stack developer with hands-on experience in AI (custom LLMs, RAG, workflow automation), SaaS architectures (React, Node.js), and Web3 integrations. Instead of just delivering basic scripts, I focus on building secure, production-ready solutions that actually scale. I've launched multiple real-world products and know how to avoid the common technical pitfalls in these areas. Let's have a quick chat so we can go over your exact needs. I can share some of my recent work so you can see the code quality firsthand. Cheers, Emre
$30 USD in 20 days
0.0
0.0

Hi-Abror Here From Uzbekistan. "ANDROID ROGUELIKE ECHO PROTOTYPE" - "You want Unity Android gameplay with procedural dungeons, echo-reveal shaders, and immersive spatial audio." I can build the Unity prototype with procedural rooms, responsive echo visibility, enemy-aware reveal timing, and optimized Android rendering for broad device compatibility. I will implement the core loop first, then provide the complete source project, APK, and clear build instructions. Would you prefer Unity's URP with shader masking for the darkness and reveal effect? Looking forward to working with you.
$20 USD in 40 days
0.0
0.0

With a deep understanding of C# programming, I have developed my skills to tackle complex tasks, such as what you describe in your project. As an experienced developer with a focus on AI and intelligent systems, I appreciate the challenge of creating unique gameplay experiences. My expertise in procedural generation aligns seamlessly with your needs for dungeon layouts that are fresh and challenging. I can use Unity ScriptableObject-driven generation to ensure smooth performance across a wide range of Android devices. In addition to my technical prowess, you won't find many developers as attuned to the importance of audio in gaming as I am. Having worked on spatial audio implementation projects in the past, I deeply grasp how critical it is for your vision to create game-changing audio experiences that allow players to rely on their sense of hearing for direction and information.
$20 USD in 40 days
0.0
0.0

If the echo pulse reaches an enemy just beyond the visible ring, the noise can still trigger its alert timer. I’d render the darkness with a single fullscreen shader that masks everything except a growing circle around the player, keeping draw calls low. Unity’s C# scripting and built‑in Android build pipeline let me prototype the procedural tilemap and spatial audio quickly, so I can start right away. A common pitfall is generating rooms on the main thread, which stalls the frame on low‑end phones. I’ll use a coroutine that builds the layout off‑screen and then swaps it in, preserving smooth frame rates. Ready to start immediately and deliver a playable APK with the core echo mechanic.
$20 USD in 40 days
0.0
0.0

Hi there, ECHO is a strong fit for a systems-first build. I’d implement the darkness/reveal using a shader-driven black overlay with pulse-based reveal masks, so the scene stays performant and clear on lower-end Android devices. For generation, I’d use a custom C# room-and-corridor pipeline with seeded rules, difficulty weights, and per-floor tuning for enemy density and echo-charge scarcity. That gives you fresh layouts each run without heavy runtime cost. For audio, I’d prioritize full positional sound from day one: 3D sources for enemies, footsteps, breathing, and a distinct echo pulse cue that stands apart in the mix. I’ve implemented spatial audio before and would treat it as core gameplay, not polish. For Milestone 1, I’d deliver a playable Android APK with procedural dungeon generation, movement, and the echo-reveal loop end-to-end, plus source and build instructions. I’d recommend Unity for the best mobile tooling and shader/audio pipeline, but I can adapt if you prefer another engine. Panagiotis
$20 USD in 17 days
0.0
0.0

I can help build an Android-only roguelike prototype for the ECHO mechanic, darkness, pulse-based reveal, and sound-driven navigation, optimized for lower-end devices. For the reveal, I’d implement a GPU-friendly shadowmask/light-fog approach: render the world to a low-cost buffer, then apply an expanding radial “echo” reveal mask that fades geometry over 1.5-3s (static walls slower than moving enemies via separate reveal layers or timestamps). Procedurally, I’ll generate room graphs and grid-based layouts per run using fast deterministic RNG: carve rooms + corridors, place enemies/items with difficulty scaling by depth, and keep generation O(n) with cached tile data to avoid spikes. Because audio is critical, I’ll design the sound pipeline around spatial/binaural cues: per-enemy-type sound events with distinct timbres, positional panning using Android-supported spatial audio (engine-appropriate), and an “echo pulse” one-shot clearly separable from combat/ambient. Milestone 1 delivers a playable APK with dungeon generation, movement, and end-to-end pulse reveal, plus build instructions and full source. Engine: I recommend Godot for streamlined mobile performance and clear data-driven generation; milestone-1 timeline is typically 2-4 weeks depending on scope of placeholder art/audio.
$20 USD in 15 days
0.0
0.0

Hi there, Employer, Thank you for the detailed and inspiring brief for ECHO. I’m excited by your unique “sound as sight” mechanic and the moody, high-contrast aesthetic—this is a refreshing design challenge that matches my expertise in both technical game systems and immersive audio. For the darkness/reveal mechanic, I recommend a custom shader-based approach in Unity. Using a render texture mask, we can dynamically reveal environment and enemy wireframes only within the expanding echo pulse, with separate fade rates for static and dynamic objects. This ensures optimal performance on a wide range of Android devices and delivers the sharp, minimal visuals you described. For procedural generation, Unity’s ScriptableObject-driven architecture allows us to define modular room templates and enemy/item spawning rules for scalable, difficulty-sensitive layouts. This keeps generation lightweight and deterministic, reducing runtime overhead and battery drain—critical for supporting lower-end hardware. Most importantly, I have hands-on experience implementing spatial and binaural audio in Unity, including with FMOD and Unity’s native audio engine. I’ve shipped mobile projects with full 3D positional audio, subtle environmental cues, and distinct sound layers for gameplay clarity. Achieving precise, informative sound directionality on Android is something I’m passionate about, and I’m confident I can deliver the nuanced audio experience ECHO demands. I’ll provide a clear, documented prototype APK and full source, ensuring easy multi-device testing. I’m happy to discuss further or provide technical samples to demonstrate my approach. Looking forward to potentially collaborating on this innovative project!
$20 USD in 10 days
0.0
0.0

Hello, ECHO has a strong core loop because every pulse creates a meaningful decision: gain information now, but potentially reveal your position. I would treat the first milestone as a mechanic-validation prototype—not as a content-heavy game build. For ECHO, I would use true headphone-oriented spatialization with distance attenuation, left/right and front/back positioning, occlusion filtering, and carefully separated frequency signatures. Each enemy would receive a distinct audio identity. I would also test with ordinary stereo headphones on multiple Android devices rather than evaluating audio only inside the editor. I would provide early APK builds during development so the pulse timing, visibility duration, controls, and audio directionality can be tested on real hardware before the milestone is finalized. Best regards, Adam
$20 USD in 40 days
0.0
0.0

United States
Member since Aug 16, 2026
€30-250 EUR
$30-250 USD
$30-250 USD
$30-250 USD
$250-750 USD
₹12500-37500 INR
€250-750 EUR
₹750-1250 INR / hour
$1500-3000 USD
$250-750 USD
$15-25 USD / hour
$30-250 USD
$10-30 USD
$10-30 USD
$10-30 USD
$30-250 USD
$750-1500 USD
₹600-1500 INR
$10-300 USD
$15-25 USD / hour