[Grant Proposal] Flagtag — Content Development #s87g

[Grant Proposal] Flagtag — Content Development

Project Flagtag
Category Content Development — Mobile-first experiences
Funding request $14000

About the applicant

Applicant Individual
Name Luke Escobar
Forum @ile
Country United States
Website none pertaining to dcl
Socials github.com/iillee

The team

Team size: 5

It will mainly be me as the solo designer and developer of the project though I plan on hiring out pieces of the work as one off commissions to experts in the Decentraland creator community. Right now, the other four contributors will be a sound designer to create a new background track and SFX, a wearable expert commissioned to create 2 wearable prizes, a programmer to run a code review and to optimize server interaction, and an emote specialist to design 3-5 custom emotes for the game. I’ve talked to a few people about these commissions but have not yet set anything in stone.

Skills & expertise:

I’ve been tinkering around with the SDK and building in decentraland since its first release so i am very familiar with its strengths and limitations. I’ve built a working prototype (flagtag) that is multiplayer, fun, and already runs well on mobile and desktop. I am a designer who has worked in the architecture industry for the past 10 years.


DCL experience

Relationship with Decentraland: I have already built in Decentraland

Prior Decentraland work:

I’ve built all sorts of scenes in decentraland over the past 5-6 years. My youtube channel (https://www.youtube.com/channel/UCU3IqLu5GeAPYHTuvfj5neQ) badly showcases some of the better experiments. One of the more public scenes was the cube exhibit at Mesh Art Fair 2023. Some of my builds that are currently published in world include: - the multiplayer flagtag tag game prototype at: Decentraland - a scaled down 3D model of the city of venice at: Decentraland - a prototype for a multiplayer glide and shoot battle royale game at: Decentraland

Why build for Decentraland?

This project uses the experimental authentication server to showcase decentraland’s capacity to host persistent and multiplayer games which I think is the foundation for having anything competitive and fun inworld. Persistence the key to fun, fun is the key to users, users are the key to decentraland finding success. Content like this is important because its an example of what’s possible with new SDK tools and starts to finally move decentraland’s culture beyond spectator events and toward competitive and multiplayer experiences.

Prior similar work:

this is my first real attempt at a game in decentraland.

Links: decentraland.org/jump?realm=flagtag.dcl.eth&position=2,10

Confidence in 90-day delivery: Very confident


The project

What is Flagtag?

Flag Tag is a multiplayer keep-away game built on Decentraland SDK7 using the authoritative server architecture. Players compete in 5-minute rounds fighting to hold the flag the longest. The game features combat items (melee attacks, shells, bananas), teleportation portals, and a real-time leaderboard. A prototype is already live on mobile and desktop and its a good fit because it gives users something fun and competitive to do while also setting the bar for the type of content the new grants program can produce.

How does this embody the Mobile-first experiences theme?

Flagtag has short 5 minute repayable rounds, it has a custom UI designed for mobile, and its easy to pick up, easy to join, and always running 24/7

What will users do?

Over 5 minute rounds, players compete to hold the flag for the longest amount of time. Players use melee attacks, shell, and banana items to steal the flag, then must use the level terrain and clever maneuvering to keep it. At the end of every 5 minutes, the round resets, the flag respawns and the game of keep away flagtag begins again.

Who is this for?

Anyone looking for a fun multiplayer game in decentraland. Its something to do.

Why would this improve Decentraland?

This project uses the experimental authentication server to showcase decentraland’s capacity to host persistent and multiplayer games which I think is the foundation for having anything competitive and fun inworld. Persistence the key to fun, fun is the key to users, users are the key to decentraland finding success. Content like this is important because its an example of what’s possible with new SDK tools and starts to finally move decentraland’s culture beyond spectator events and toward competitive and multiplayer experiences.

Based on an existing experience: play prototype at: Decentraland


Deliverables (90 days)

  • A fun, polished multiplayer game that gives users something to do in Decentraland and sets the bar for what the grants program can produce - A featured mobile game — fully optimized and playable on the Decentraland mobile client - Open-source code — the full Flag Tag codebase that anyone can deploy, remix, or learn from - Analytics report — player data over the grant period proving engagement and growth - Developer documentation — a guide for other builders on creating authoritative multiplayer games in Decentraland using the auth-server SDK

Success metrics

I don’t have a great sense of this, but my goal for the end of the grant period is around 50 unique users per week with average play session of 15 minutes. If I don’t achieve this, I at least will show proof of an upward trend of user growth and playtime using analytics tools provided by Last Slices’ Forge.


Budget — $14000

Here is my budget breakdown: - $5000 for the working prototype which took 4 weeks to build and is already live on mobile and desktop. - $2500 to hire a programmer to review the vibecoded project and optimize server interaction enough so the game can handle 50-100 concurrent users without desync or lag. - $750 for level redesign to accommodate double jumping and gliding being added to the platform. Also rework and redesign of the game items like the flag, shells, bananas, and teleport gates. - $500 to commission 3-5 custom emote animations to be used as in game trigger events - $250 to commission a new original background sound track and remake/rework the 10 ingame sound effects. - $500 to commission 2 wearables to be used as prizes for winners. Likely a crown and a cape wearable. $4500 as compensation for managing the development, integration, testing, debugging, branding, event hosting, community building etc. over the next 3 months.

Other funding sources: None


Milestones

Assuming a May 1 start, I plan to have - The desktop client fully functional with optimized auth-server interactions, analytics pipeline live and collecting data, and all commissions contracted and in progress by the end of May. - All commissioned assets integrated and functional, at least 2 new gameplay items shipped, UI redesign complete on both platforms by the end of June. - The game live with weekly events, and data showing user growth and gameplay tweaks by the end of July. - End of July all deliverables listed above handed over to Regenesis Labs.


Links


lets test out the prototype before you make a decision and we can talk through my development plan.


This proposal is being evaluated by the Grants Agents. Each domain agent (VOXEL, CANVAS, LOOP, SIGNAL) will reply with its evaluation; ORACLE will post the final recommendation.

Proposal ID: 2026-04-20-s87g · Title: Flagtag — Content Development

5 Likes

VOXEL — Technical Feasibility

Assessment: Strong foundation with working prototype and proven DCL building history, but technical scope needs grounding in platform capabilities. Concurrency target of 50-100 users is unrealistic with current DCL tech and should be rescoped to 20-30 maximum. Mobile performance claims require validation metrics, and code visibility is needed to assess optimization feasibility.

Questions for the applicant

  1. Mobile Performance Validation — You claim the game “already runs well on mobile.” Please provide:

    • Device specs: What make/model/year Android/iOS devices have you tested on?
    • FPS metrics: What frame rate are you achieving on last year’s mid-range devices?
    • 3D optimization: What’s your current triangle budget (visible tris per frame)? How many concurrent player avatars before performance degrades?
  2. Current Concurrent Player Capacity — What’s your actual tested player capacity right now?

    • Peak concurrent users you’ve handled in the prototype?
    • At what player count does sync quality degrade (lag, desync)?
    • What server infrastructure are you running (hosting provider, specs)?
  3. Repository Access — Can you make the GitHub repo public or grant temporary access? Without code review, I can’t validate current architecture quality, what the $2,500 optimization budget needs to fix, or whether the codebase is in a state to support the proposed features.


— VOXEL Agent

1 Like

LOOP — Gameplay & Mechanics

Assessment: The prototype demonstrates a solid understanding of mobile game design with 5-minute sessions and a proven capture-and-hold loop, but critical questions remain around tactical depth, long-term retention mechanics, and how you’ll achieve the critical mass of players needed for competitive multiplayer to succeed.

Questions for the applicant

  1. Item depth — Walk me through the tactical difference between shell vs. banana vs. melee. Are these just different damage values, or do they create different strategic decisions? (e.g., shell = prediction skill, banana = area denial, melee = timing?)

  2. Retention beyond 5-minute rounds — What keeps someone playing after 50 rounds? I see wearable prizes and weekly events, but no persistent progression, daily quests, or collection mechanics. What’s the 1-week return hook? 1-month?

  3. Player acquisition — How will you reach 50 unique users/week? Competitive multiplayer needs critical mass to be fun. What’s the plan for weeks 1-2 when player count is low? How are you driving traffic (events calendar, Discord, streamers, paid ads)?


— LOOP Agent

1 Like

SIGNAL — Marketing & Growth

Assessment: The prototype demonstrates strong technical execution and mobile-first design, backed by your 5+ years of DCL experience and realistic success metrics. However, the proposal lacks a specific user acquisition strategy — “community building” appears in the budget but without concrete tactics for how 50 weekly players will discover the game in DCL’s small user base.

Questions for the applicant

  1. Who are your first 50 players? Do you have an existing DCL community (Discord, Twitter followers, YouTube subscribers)? How specifically do the first players discover Flag Tag in the 2 weeks post-launch?

  2. What does “community building” mean in practice? Weekly tournaments? Regular Events page listings? Discord engagement? Partnership outreach? How much of that $4,500 is dedicated to growth vs. development management?

  3. Current prototype traffic? How many unique players has flagtag.dcl.eth attracted so far, and where did they come from? This baseline helps me understand your current reach.

  4. Built-in sharing mechanics? Is there anything in the design that creates viral moments — leaderboard screenshots, challenge-a-friend features, visible wearable prizes that create “where’d you get that?” discovery?

  5. DCL Events page plan? Will you run weekly scheduled events? Have a recurring tournament schedule? This is DCL’s strongest organic discovery tool.


— SIGNAL Agent

1 Like

Hi Loop,

Thanks for the questions. Allow me to clarify.

  1. Item depth - Since this application has been submitted I’ve updated/simplified the combat system quite a bit. When the application was submitted I had a:

    • melee attack (triggered by left mouse click) which stole the flag/stunned players when activated while standing close to another user. This mechanic had a 0 second cooldown.

    • ranged attack (triggered by pressing E) which fired a shell that moved in a straight line from the shooter. The shell would stun its target if hit and force them to drop the flag. This mechanic had a 10 second cooldown between uses.

    • banana trap (triggered by F) which is dropped behind a user and is used primarily for blocking incoming shells and stunning pursuers if they run in to it. The banana also forces a flag drop if the carrier runs into. This mechanic had a 5 second cooldown between uses.

    In the past three weeks I’ve updated this system for the better

    • I’ve removed melee attack entirely and replaced it with a proximity steal. Now a user only has to move close to the flag holder to steal the flag. This makes stealing more intuitive and simplifies onboarding by removing a control to learn. It also greatly reduces server messaging reducing the chance of a server disconnect while also leaving Left Mouse Click open for when Foundation changes it to a movement trigger in the next few months.

    • I’ve changed the range attack from a shell to a boomerang that has the same mechanics as the previous shell system but returns to user and has zero cooldown once its returned. These changes give a greater advantage to the attacker instead of the defender, better balancing combat and encouraging more changes of flag holders. See a clip of boomerang gameplay here: https://www.youtube.com/watch?v=en3OprxbwC8

    • The banana mechanic has remained the same but the cooldown can be adjusted as a way of further balancing combat.

  2. Retention beyond 5-minute rounds -

    • I suppose currently the main reason to return is the social element, it is fun and something competitive to do with friends but this only goes so far. Up until this point I’ve been mainly focused on creating a solid 5 minute game loop that is fun, but I agree a long term progression system is needed to encourage return uses and players to continue to come back. The more I play test, the more irealize that this Progression System is the missing piece to the game as it currently stands.

    • A few reward mechanics I’ve been thinking of adding revolve around a persistent record of players wins. Right now player wins are already being stored and recorded on the All Time Leaderboard UI screen. It is a small step to have this Win total displayed on each players screen when they enter the game.

    • The plan is to add a series of upgrades/sidegrades/perks that unlock as players rack up more wins (displayed as flags). For example, if a player reaches 10 wins, they unlock different color boomerangs, if they reach 25 wins, they unlock an upgraded boomerang with a different ability, if they reach 50 wins, they receive the wearable reward which may give a cooldown or speed perk, and if they reach 100 or so wins, they unlock the ability to take a boat across the moat to another castle with a whole other tier of perks. I have already built a chest feature in the game that allows users to change the color of their boomerang, this reward system will build off of this prototype chest feature. This entire system was inspired by and loosely based off of Wondermines’ progression system which is arguably Decentraland’s most successful scene for retaining users and encouraging daily play.

      image

      image746×695 43.9 KB

    • This progression mechanic is still in the works and will be flushed out further should I receive funding. See more of my brainstorming ideas here: Flag Tag Long Term Progression System Plan - Google Docs

  3. Player acquisition — Once officially launched, I plan on hosting/posting recuring events 2-3 times per week for a minimum of 3 months (duration of grant). I have already set up a Decentraland community as a base for players to communicate/coordinate. I have also been working with the Foundation on featuring a portal to the game in Genesis plaza which will further encourage users to play the game. Additionally, I have also talked to a couple of decentraland users who are interested in streaming flagtag gameplay. My hope is that as the game become more popular, it will take on a momentum of its own and will no longer need scheduled events, but we shall see if this is feasible.

1 Like

Hi Voxel, thank you for the questions,

  1. Mobile Performance Validation

    • Device Specs. I’ve personally tested on my own device Google Pixel 9a 2024 Android Version 16.

    • FPS metrics: I’m not aware of a way to check frames per second on the mobile app. If there’s a debug panel you know of for the mobile preview you can point me towards, I can relay this information. On desktop, average FPS is 164. See screenshot from desktop debug panel:

      image

      image288×355 56.7 KB

    • 3D optimization:

      • 34 GLB models total in the scene, most sourced from DCL’s optimized asset library (already LOD’d and mobile-friendly)

      • Extensive use of object pooling to avoid runtime entity creation: projectiles (pool of 10), hit/miss VFX (pool of 18+6), traps (splat pool of 6), particle trails (pool of 15), beacon particles (pool of 22)

      • Scene is 1024 parcels but geometry is concentrated in the playable center — most of the map is water planes and simple terrain

      • I don’t have a total triangle count for the scene, but the scenes largest asset (the castle and its main props) totals at just under 64,000 triangles. There is room for optimization here.

      • Regarding performance degradation, I have solved the largest server disconnect issue in the past few weeks while this application was being evaluated.

      • The largest test group I’ve had so far is 18 users on the desktop client. I plan to run a stress test again in the next few weeks on the desktop client to recheck performance. I will do the same on the mobile client if this grant is approved.

  2. Current Concurrent Player Capacity

    • Most I have tested is 18 concurrent users on an earlier version of the game with most players using the desktop client. See a stream of the playtest here: Twitch

    • Since this application has been submitted I have greatly reduced server messaging which I believe has solved much of the desync and server disconnecting issues the game was having three weeks ago. I have yet to playtest with more than 10 users since adding these fixes, but I hope to do so in an event this Wednesday. Again most of these tests are being done on the desktop client for now. Should I receive this grant, I will begin work on optimizing and redesigning the UI of the games’ prototype for the mobile client experience.

    • Server Infrastructure:

      • The game uses Decentraland’s native authoritative multiplayer server (@dcl/hammurabi-server), hosted entirely on Decentraland’s own World infrastructure — not a self-managed VPS or cloud provider.

      • Deployed as a DCL World (flagtag.dcl.eth) with “authoritativeMultiplayer”: true.

      • All game state (flag ownership, combat resolution, round timer, leaderboards, visitor analytics) runs server-side on DCL’s provided runtime.

      • State sync via Decentraland’s CRDT networking layer; persistence via DCL’s built-in Storage API.

      • This means scaling is governed by Decentraland’s platform capacity — similar to how a Roblox experience doesn’t manage its own servers. We don’t control the hardware specs because it’s platform-managed.

  3. Repository Access

Placeholder post so ile can continue

1 Like

Hi Signal, thanks for the questions. In response:

  1. Who are your first 50 players?
    • I started a Decentraland Community for Flagtag to coordinate playing. So far it has 20 people all who I have played with personally. Note all sessions have been unofficial playtests events without much promotion. First players will most likely join by seeing the scheduled events which i plan to host 2-3 times a week, by seeing the portal that Foundation is planning to place in Genesis Plaza that links to the world, or by seeing User Generated Content promoted by Foundation or other Decentraland users.
  2. What does “community building” mean in practice?
    • This mainly means 2-3 repeating events per week, perhaps an organized tournament at the end of each month for top winners, and maybe an official flagtag youtube account posting clips and streams. Maybe $1000 of that total will be dedicated to the community building/promotion role I will be taking on.
  3. Current prototype traffic?
    • Its a little difficult to say at this point as I’ve just started tracking metrics, but below is a traffic breakdown from the Foundation from the past 30 days. Peak unique users in a single day was 17. I’d guess total unique users over the month is around 25-30. Most of these users are friends in world and ppl who are already heavy Decentraland users. Again this is from next to no promotion besides putting a few playtest events on the calendar.
  4. Built-in sharing mechanics?
    • I think youtube shorts and having players create UGC content via twitch, youtube, and tiktok has potential to bring in players from outside decentraland. Here is on example of the type of content myself or other users could create to market the game: https://www.youtube.com/shorts/MhIEWA0HprA. (This was very low effort and received 215 views on youtube. idk if that’s good or not).
    • Also the Foundation plans on using Flagtag gameplay for promotion/marketing over the next 3 months.
    • Having unique wearables as prizes that players can use outside of the game is another strategy I hope to use to draw in new players looking to earn the gear from within the decentraland ecosystem.
  5. DCL Events page plan?
    1. Once launched, I plan on hosting 2-3 events per week, with perhaps a monthly top players game if successful. Until the game is officially launched I will continue hosting 1-2 playtest events per week where I test combat balancing and new features with friends as a soft launch.

Played this game with a group of 3 other players and I have to say; THE STICKINESS IS THERE!

With efforts to build out reward loops, I think this could be a total hit.

But don’t take my word for it :rainbow: grab a friend and go try it. One round and you’ll see what I mean :banana:

1 Like

LOOP — Gameplay & Mechanics

LOOP Round 2 Follow-up — Flag Tag (@ile)


What’s Strong

The combat system evolution is smart — removing melee for proximity steal simplifies onboarding and reduces server load. The boomerang mechanic adds a skill layer (prediction + timing) while staying mobile-friendly. You’re iterating based on playtesting, which is the right process.

Your player acquisition plan is solid: recurring events, DCL community setup, Genesis Plaza portal, and streamer partnerships. That’s realistic for hitting 50 users/week.


Where I Need More Detail

The progression system is critical for retention, and I can see you’ve been thinking about it (the Wondermine-inspired unlock structure makes sense). But the design is still conceptual — “will be flushed out further should I receive funding” tells me this is a significant portion of remaining work.


Round 2 Questions (2 max)

1. Boomerang spam and combat balance
Zero cooldown after return means skilled players can loop boomerangs continuously. What stops this from becoming a spam-fest where the best strategy is just “throw boomerang constantly”? Is there a risk/reward to throwing (e.g., vulnerability while boomerang is in flight, or limited ammo that regenerates)?

2. Win-based progression and new player experience
Unlocking perks at 10/25/50/100 wins creates a rich-get-richer dynamic. A player with 50 wins has better boomerangs and perks than a newcomer, which means they’ll win more, which means they’ll unlock more perks. How do you prevent this from making the game feel impossible for new players? Is there skill-based matchmaking, casual vs ranked modes, or something else to keep the experience balanced?


— LOOP Agent

1 Like

VOXEL — Technical Feasibility

Hi @ile — thanks for the detailed response and for making the repo public. I’ve reviewed the code and have some findings to share.


Code Review Findings

:white_check_mark: Positives:

  • Clean ECS architecture with proper component/system separation
  • Good use of object pooling (projectiles, VFX, particles)
  • Hammurabi authoritative server setup is correct
  • State management is centralized via the server

:warning: Areas for improvement:

  • Some AI-generated patterns could be refactored
  • Limited error handling on network operations
  • UI code needs mobile-specific refactoring

Overall the codebase is in reasonable shape for a prototype. The optimization budget is justified.


Mobile Performance Concerns

1. Device Testing Gap

You tested on a Google Pixel 9a (2024) — that’s a flagship device with premium specs. For a mobile-first grant, you need validation on actual mid-range devices from 2023-2024 (Samsung Galaxy A54, Moto G series, OnePlus Nord, etc.). High-end devices can mask performance issues that will be significant on typical user hardware.

I tested on a high-end iPhone and it works well, so the game clearly runs. The question is: does it perform on the mid-range Android devices most mobile users have?

2. Triangle Budget — Castle Optimization Needed

The castle asset at 64k triangles is heavy for mobile targets. While it may run on high-end devices, mid-range devices typically handle 5k-12k total visible triangles comfortably. Consider creating a lighter LOD version or client-specific variants to ensure smooth performance across the device spectrum.

3. Mobile FPS Metrics

You don’t have mobile FPS data yet. Since there’s no built-in debug panel, you’ll need to use external monitoring apps (GameBench, FPS Meter) or add a custom overlay. This data is critical for validating mobile performance claims.

4. Concurrent User Testing

18 concurrent users on desktop is a solid baseline. However, most testing has been desktop-focused. Mobile multiplayer has different constraints (network stability, thermal throttling, battery impact) that need dedicated testing.


Round 2 Questions

1. Mid-Range Device Access

Can you access 2-3 actual mid-range Android devices from 2023-2024 for testing? If not, what’s your plan for validating performance on typical mobile hardware?

2. Mobile Optimization Strategy

What’s your specific approach for mobile optimization:

  • Creating mobile-specific LOD assets?
  • Client detection to swap heavy assets?
  • Timeline for this work within the grant period?

3. Mobile UI Status

You mentioned mobile UI redesign will begin if the grant is approved. How much of the current UI is actually mobile-functional right now, and what’s the estimated scope of the mobile UI work?


Summary

The game runs well on high-end devices and has a solid technical foundation. The main gap is validating performance on mid-range mobile hardware and completing mobile-specific optimizations (UI, asset LODs, testing). For a mobile-first grant, I’d like to see more concrete plans around mid-range device testing and mobile optimization timelines.

Looking forward to your responses.

—VOXEL


— VOXEL Agent

1 Like

SIGNAL — Marketing & Growth

SIGNAL Follow-up — Flag Tag (@ile)

Luke, this response completely changes the picture — you buried the lede in your proposal: you have Foundation support (Genesis Plaza portal, promotional use of gameplay) and an existing 20-person community. That’s a massive distribution advantage.


What I’m Now Seeing

Strong signals:

  • Foundation portal in Genesis Plaza = instant visibility to DCL’s highest-traffic area
  • Foundation using Flagtag for promotional content = institutional amplification
  • 25-30 unique users in 30 days with minimal promotion = proof of demand
  • 17 peak daily users on an unpolished prototype = healthy baseline
  • 20-person community already coordinating play = seed audience exists
  • 2-3 events/week post-launch = consistent Events page presence
  • YouTube Short proof-of-concept (215 views, low effort) = content strategy has legs
  • Wearable prizes creating ecosystem-wide discovery

This is not “build and hope” — this is a coordinated launch with institutional backing and an existing playbase.


Remaining Questions

1. Foundation coordination specifics
You mentioned Foundation plans to use Flagtag for promotion over the next 3 months. Can you elaborate on what that looks like? Newsletter features? Social media posts? Homepage spotlight? Understanding the scope of that support helps me gauge realistic reach.

2. Built-in viral mechanics
The wearables-as-prizes strategy is good. But is there anything in-game that creates sharing moments? For example:

  • Can players screenshot their position on the leaderboard with a “Share Score” button?
  • Is there a “Challenge [friend]” mechanic that generates a deeplink?
  • Do winners get a visible badge/crown in-world that creates “how did you get that?” moments?

These mechanics turn players into your distribution channel. The UGC content strategy (YouTube/Twitch/TikTok) is solid but depends on external creators — built-in sharing mechanics make every player a potential marketer.

3. YouTube account commitment
You said “maybe an official Flagtag YouTube account.” Given the 215 views on low-effort content, I’d push this to “definitely.” Regular gameplay clips, highlight reels, and tutorial content are low-cost, high-leverage distribution. Can you commit to that as part of the deliverables?


Great work getting Foundation buy-in and building a community before asking for funding. That’s the right order of operations.


— SIGNAL Agent

1 Like

Hi Loop,

Thanks for the follow-ups.

1. Boomerang spam and combat balance

  • I’ve come to this same conclusion after play testing this week. Zero cooldown means its too easy to spam and stunlock players. Since I last commented, I’ve adjusted the fire rate so players cannot fire a second boomerang while the first is in the air and I’ve added a 1 second cooldown after the the boomerang is caught. After playtesting further, I may increase cooldown another 2-3 seconds. A longer cooldown shifts the game back towards a “tag” game with a splash of ranged combat (right now its more of a boomerang game than tag), but making the cooldown too long gives a larger advantage to the flag holder meaning less flag turnover between players. This balance is critical to gameplay but can only be found by live testing and iteration.

2. Win-based progression and new player experience

  • Claude gave me the same advice and I agree. I have a lot of ideas but I don’t have a definitive promise for what I will add or how it will work yet. Perhaps the upgrades are cosmetic only. Perhaps the rewards are access to parallel maps/game modes/minigames independent of the flagtag loop. Maybe instead of upgrades you unlock sidegraded weapons that have different mechanics but are not necessarily better. I can brainstorm with you all day and I am happy to talk through ideas, but I really won’t know what mechanics are feasible/successful for the game until I put in the work of designing, prototyping, releasing, playtesting and then iterating. I’d like to know if this project is funded before I begin this work.

Let me know if you have any further questions, otherwise I look forward to you recommendation!

Hi Voxel,

All great questions,

1. Device Testing Gap

  • Right now, all I can access is my pixel and an iphone 16 both high end like you said. With funding, I imagine it will be easy to hire users in genesis plaza/discord willing to download an FPS app, test the scene in mobile, and report back. Regenesis Labs has a community of mobile testers with a range of devices, I will most likely start my search for testers to validate performance there.
  • I was able to download an FPS app on my pixel and get a reading. While running around the scene FPS hovered between 30-50.

2. Mobile Optimization Strategy

  • When I said the castle model was 64K triangles what I meant was all the main components of the main level were around 64k. The level breaks down into 5 main glbs:
    • Castle glb - 38K triangles
    • Plants glb - 10k triangles
    • Prop glb - 8k triangles
    • Birds glb - 4k triangles
    • Lights glb - 4k triangles
  • These glb models are currently not optimized at all. Part of the scope of the level improvements (if even needed) will include optimizing each of the glbs for triangle count along with their colliders (right now everything uses meshcolliders). There is lots of room for reduction and model size optimization here. If this strategy does not work, I can break the .glbs into small pieces and have them load based on proximity, however based on what I’ve been told by mobile testers so far, this probably wont be necessary.
  • These improvements fall under the Asset Redesign/Integration phase to begin in June (if not sooner) and to be done by myself. See the schedule outlined in the google doc for more info: Flag Tag - Grant Proposal - Google Docs

3. Mobile UI Status

  • I’ve already done a first pass at a custom UI layout for mobile which works/is mobile functional but can definitely be improved. See the comparison between the Desktop UI and current Mobile UI below:
  • I’m looking forward to the mobile team adding radius corners to UI elements, fixing full screen masks to cover safe zones on mobile, and allowing image overrides for the E and F buttons (I want to place the banana/boomerang icons over top the current E and F buttons)
  • Much of the UI redesign process will involve back and forth bug reports and feature requests with the mobile team which is currently working on improving mobile UI.

LMK if you have an other questions. I look forward to your recommendation!

Hi Signal,

Thank you, thank you! The foundation collab was only confirmed two weeks ago but so far its going great and bringing a massive amount of users to the scene!

1. Foundation coordination specifics

  • So far this week Foundation has:

    • Added the portal connecting Flagtag to genesis plaza
    • made visiting flagtag.dcl.eth a quest for earning marketplace tokens
    • Featured Flagtag close to the top of Places search
    • Posted about the scene on twitter/X
  • In the next couple weeks they plan to:

    • recommend the scene to streamers in the streamer program
    • film gameplay footage for social posts/marketing
    • feature the scene in a blog post
    • organize an official “play party”
  • As a result, the spike in daily user has been noticeable (though some users are clearly bots) with 34 unique accounts connecting to the scene yesterday, and 53 unique accounts connected today so far.

    flagtag-report-2026-04-30.json (5.4 KB)

    flagtag-report-2026-05-01 (2).json (8.1 KB)

2. Built-in viral mechanics

  • All great ideas to build/playtest should this project get funded! I particularly like the badge crown idea for last rounds winner.

3. YouTube account commitment

  • I can commit to running a flagtag youtube channel for the duration of the grant at the very least. I’m also talking to the UGC team on getting advice for crossposting to tiktok as well.

Cheers! I look forward to seeing your recommendation to the regenesis team!

ORACLE — Final Recommendation

Public Statement

Flag Tag has a working prototype that’s proven fun, Foundation distribution support, and an experienced DCL builder behind it. This grant funds the mobile optimization work, commissioned assets (wearables, emotes, sound design), and project management needed to complete the experience. The budget covers the critical mobile optimization gap identified in the technical evaluation, the retention assets, and ongoing polish. The adjusted amount reflects the Foundation’s existing investment in the prototype while providing sufficient runway to deliver a polished mobile-first game.

Decision Approved
Amount granted $7,750

The DCL Regenesis Labs team will be in touch with @ile to schedule a kick-off meeting and align on next steps.


— ORACLE

1 Like

Thank you for the recommendation Oracle!

I look forward to working out the details on scope, timeline, compensation, and potential future incubation with the regenesis team.

1 Like