Titles shipped: 00012 Online since 2020 Based in São Paulo, BR  
Jhonnatan Barbosa»Index

Index

Game Designer
Game Designer: Data-Driven Systems and Gameplay

I design game systems and then use player data to fix them. Over 5 years across mobile, PC, and web: 2 commercial releases, a graduation thesis, and more than 10 student and jam projects. I came into design from statistics, which is why I iterate with spreadsheets and analytics.

Resume (PDF) LinkedIn Jhorro Productions jho@jhorro.com

Selected Projects 6 entries

Dead Saints Parade ● In Development · Target 2027
Dead Saints Parade · April build

A third-person stealth immersive sim from Jhorro Productions. The tension comes from systems reacting to each other, not from scripted moments. Announced for PC and Steam Deck, with full release in Q2 2027.

My biggest project so far, and the first commercial title Jhorro Productions is developing and publishing in-house. Thief, Dishonored, Metal Gear Solid, and Gloomwood are the clear references. The player is a spy in a Gothic-Victorian city where information is the best weapon and combat kills the spy about as fast as the guard. The systems core is done. Right now I'm building the cathedral levels, the second combat slice, and Steam Deck input.

RoleDesigner & Developer (Solo)
EngineUnity 6.3
PlatformPC · Steam Deck
TargetDemo Feb 2027 · Release Q2 2027
Immersive Sim Stealth Systems AI State Machines Multi-Guard Coordination Unity 6 Commercial Release Steam
Wishlist on Steam → How two of these systems work → Last updated: July 2026
Idle Cyberpunk City Clicker: Economy & Analytics Shipped · 2025

I built this on what I learned from Idle Kingdom Builder: deeper progression tiers and a monetization layer using reward ads and IAP. I instrumented Unity Analytics to snapshot player state at 4 milestones, which surfaced two economy bugs and a timer persistence defect. Five fixes went out across v1.70 and v1.81, and the July 2026 data pull measures what they did. It has 600+ organic downloads and a 4.2/5 rating with no marketing spend, a median session around 6 minutes, and a top 10% of players who average 15 minutes or more.

RoleDesigner & Developer (Solo)
EngineUnity 6
PlatformAndroid
Duration6 months
Economy Design Progression Tuning Unity Analytics AdMob / IAP Data-Driven Iteration
View details →

An idle clicker set in a dystopian cyberpunk metropolis. Players earn credits to expand their city through passive income, active clicking, and deeper progression tiers. The whole loop is instrumented with real analytics.

600+
Organic Downloads
4.2/5
Play Store Rating
~6 min
Median Session
220 / 36
Tracked Players (pre / post)
My Contribution

I designed and developed it solo, concept to launch, building on lessons from Idle Kingdom Builder: a wider core loop, deeper progression tiers, and a monetization layer using reward ads and IAP. I instrumented Unity Analytics to snapshot player state at 4 milestones, which surfaced two economy bugs and a timer persistence defect. Five fixes shipped across v1.70 and v1.81, and I re-measured the economy against the pre-overhaul baseline afterwards.

4-Pillar Economy

Passive, Clicker, Offline, and Ascension buildings each open a different progression path, and each one rewards a different playstyle without spelling it out.

Budget Analytics

I designed 4 snapshot events to get the most data possible under Unity Analytics' free tier. Each captures buildings, upgrades, click/passive ratio, and time elapsed at that milestone. The post-overhaul version carries about 33 parameters per event instead of 7, plus session and ad tracking.

Price Asymmetry

Clicker buildings scale at 1.65×. Passive buildings scale at 1.25×. That drives the click-to-passive transition mechanically, without any explicit tutorialization.

Non-Intrusive Monetization

Reward ads are opt-in only. Banner ads stay peripheral. One review summed it up: "non-intrusive ads, a lot of rewards and a clean UI."

What I'd Do Differently
The rebalance did what I wanted at the opening and overshot in the middle: time to 1M is now a little over 4× what it was. The choke point moved with it, from 1M → 1B to 1K → 1M, so the next pass belongs earlier in the curve. Rewarded ads are still one power user rather than a habit, and I would spend that iteration on the pacing that gets ordinary players to try them.
Analytics case study → Cyberpunk City on Google Play → Full GDD (PDF) →
Idle Kingdom Builder: First Shipped Economy Shipped · 2024

My first published idle game. I designed the core loop and economy from scratch, using Cookie Clicker's formulas as a reference and tuning them toward a slower, more deliberate pace. It shipped on Google Play with 1000+ organic downloads and steady engagement in the early weeks. Without an analytics pipeline I had no reliable way to see where players dropped off, and that gap is what pushed me to build the analytics system for Cyberpunk City.

RoleDesigner & Developer (Solo)
EngineUnity 2022
PlatformAndroid
Duration6 months
Economy Design Progression Curves Monetization First Ship
View details →

A medieval kingdom-building idle game. Players click to earn gold and build houses, farms, markets, and more. Each one generates passive income to expand the kingdom further.

1000+
Organic Downloads
10
Building Types
My Contribution

Designed the core loop and economy system from scratch, using Cookie Clicker's formulas as a reference and tuning them toward a slower, more deliberate pace. 10 building types (House through Bank) with upgrade paths and a Royal Ascension prestige system. Ad monetization implemented with reward videos and banners.

Cookie Clicker as Foundation

I studied the exponential curves that make Cookie Clicker addictive, then slowed the pace. The medieval theme calls for deliberate growth, not frantic clicking.

Royal Ascension

Prestige system that resets progress for permanent bonuses. It gives long-term players a reason to restart and work through the economy again from a stronger position.

75 Achievements

Tiered achievement system (Common through Legendary) across buildings, upgrades, clicking, and GPS milestones. It fills the gaps between the major progression beats with smaller goals.

The Analytics Gap

Shipped without a data pipeline. I couldn't tell where players were dropping off. That gap is what led me to build the analytics system used in Cyberpunk City.

What I'd Do Differently
Add analytics from day one. Even basic milestone events would have revealed progression bottlenecks early. The economy feels solid in the first hour, but the mid-game pacing was never validated with real data.
Kingdom Builder on Google Play → Full GDD (PDF) →
Guardian's Falls: Wounds Graduation · 2023

This project taught me the scope management principles I later applied to shipping my solo idle games on time.

2.5D Metroidvania developed as a graduation project at PUC-SP. I started as game designer, then took on developer and producer duties as the project progressed, which meant core systems, parkour mechanics, and the art/sound pipeline. I led the scope cuts needed to ship a playable vertical slice with a team of 6 inside academic deadlines.

RoleDesigner → Developer / Producer
Team6
EngineUnity 2021
PlatformPC (itch.io)
Duration1 Year
Scope Management Production Systems Programming Parkour Mechanics Team Leadership
View details →

A 2.5D Metroidvania with parkour traversal and dash-strike combat. Graduation thesis at PUC-SP, and the project that taught me scope is a design skill.

6
Team Members
12 mo
Development Time
3
Zones Shipped
8→3
Mechanics Scoped
My Contribution

Started as game designer, then shifted to developer and producer as the project progressed. I programmed core systems and parkour mechanics in C# and managed the art/sound pipeline. I also led the scope cuts: the original doc had 8 movement mechanics, 4+ zones, combo combat, and skill trees. What we shipped was a focused vertical slice: 3 mechanics, 3 zones, dash-strike combat.

Dash-Strike Over Combos

The original 3-hit combo system broke player flow. The dash-strike emerged from prototyping and turned combat into an extension of the movement system instead of something fighting against it.

Stamina Cut

Removing the stamina gate made movement feel fast and expressive. The resource system was working against the core fantasy of fluid parkour traversal.

Linear Over Hub

We cut the hub and branching paths. Linear progression lets the level design teach mechanics in sequence. Each zone introduces and tests a new skill.

Environmental Narrative

No cutscenes. No NPC dialogue. The world tells the story through level design and environmental detail. The narrative survived the scope cuts by changing form.

What I'd Do Differently
Playtest earlier and more often. Beta testers caught navigation and control issues we had gone blind to. I would also set hard scope ceilings at month 1 instead of letting the dream doc grow unchecked before cutting. Cut early, cut once.
Case study → Play on Itch.io →
Beasts of Agony: Souls-like Boss Fight Game Jam · 9 days · 2023

The clearest example of me building real-time combat architecture and animation state machines against a hard deadline.

Souls-like combat demo built for PUCJam 2023 on the theme: "Sacred". I designed and programmed the core fighting system: hitboxes, animation trees, life/death state, and combat balancing. It won Best Art at PUCJam 2023.

RoleDesigner, Programmer & Producer
Team7
EngineUnity 2022
Duration9 Days
Combat Systems Game Jam Rapid Prototyping Award Winner
View details →

A souls-like boss fight demo built in 9 days for PUCJam 2023. Theme: "Sacred". Core fighting system designed and programmed from scratch with a team of 7.

7
Team Members
9
Days to Ship
🏆
Best Art Award
My Contribution

Designed and programmed the core fighting system: hitboxes, animation trees, life/death state machines, and combat balancing. I also handled production, scoping daily milestones across a 7-person team so the boss fight would be playable and polished by day 9.

One Boss, Done Well

Rather than several enemies with shallow behavior, the design effort went into a single boss: readable tells, punish windows, escalating phases.

Weight Over Speed

Animations prioritize impact and readability. Attacks use wind-up frames that telegraph intent. That is the souls-like contract: fair but punishing.

Play on itch.io →
Operação Bagre Noturno: Stealth Action Comedy Game Jam · 2 weeks · 2024

Stealth-action game set in an alternate 2031 Brazil, with Metal Gear Solid and Splinter Cell as clear references. I designed the level layout, the core stealth and shooting mechanics, and the narrative, which mixes espionage with absurd comedy in a Brazilian geopolitical setting. We built it for CtrlAltJam#3 with a team of 4.

RoleGame Designer, Producer & 3D Artist
Team4
EngineUnity 2023
Duration2 Weeks
Level Design Stealth Mechanics Narrative Design 3D Art
View details →

A stealth-action game set in an alternate 2031 Brazil. Metal Gear Solid-inspired espionage mixed with absurd Brazilian comedy. Built for CtrlAltJam#3.

4
Team Members
2 wk
Development Time
3
Roles Held
My Contribution

Game designer, producer, and 3D artist. I designed the level layout, the core stealth and shooting mechanics, and wrote the narrative: espionage mixed with absurd comedy in a Brazilian geopolitical setting. I also created the 3D environment assets and managed the production pipeline across a 4-person team inside a 2-week deadline.

Stealth-First Loop

Detection triggers escalation, not instant failure. Players can fight their way out or retreat. That keeps tension in the loop without becoming frustrating in a jam-scoped project.

Comedy as World-Building

The absurd alternate-reality Brazil setting lets the narrative carry weight without taking itself too seriously. The satire lands through gameplay rather than exposition.

Play on itch.io → Full GDD (PDF) →

Currently Working On Dead Saints Parade · Systems Design

Immersive sims earn their reputation through systemic depth, and one developer cannot afford breadth. Every system has to justify its slot, and "it would be cool" is not a justification.

Four pillars, and what happens when they fight

Most projects list pillars. Fewer say what happens when two of them want opposite things. That second part is where the pillars actually do work, because without it a pillar list is decoration you can argue your way around.

1 · beats everything
Vulnerability
2
Tactical Stealth
4
Information as Power
3 · yields
Non-Linear Exploration

Read as 1 > 2 > 4 > 3. The numbering is the pillars' own; the order above is what they beat. Vulnerability wins outright, so any feature that lets the player shortcut stealth is cut regardless of how good it feels in isolation. Information outranks exploration convenience, which is why a long detour to reach a document is preferred over auto-collecting it.

Cut by rule 1

Bullet-time combat

Fun, genre-adjacent, and a direct shortcut past the stealth layer. Cut without debate, because Vulnerability outranks everything it would have served.

Cut by rule 4 > 3

Auto-collect on documents

Would have smoothed exploration and cost the game its central act, which is going to the thing and reading it. Exploration convenience yields to information.

Both systems below are downstream of that ordering. The corner behaviour in the cover system is the clearest case: a feature that was built, played, and then cut because a higher pillar outranked it.

System 01 · Complete

Cover: designing a refusal

Cover is the primary defensive tool, and the part I would point at first is the feature it deliberately does not have.

Walking into a wall puts the player in cover after 4 frames of sustained contact, about 66 ms at 60 fps. There is no cover button, because the point is to remove a button press from the moment the player's attention is most expensive. Camera-relative input is then projected onto the wall's tangent, so a wall facing the camera slides with A/D and a wall on the player's left slides with W/S. Any arbitrary angle works without branches or per-wall authoring.

WALL +30° −30° +60° −60° 0.42 m PLAYER 0.7 m range wallTangent = Cross(CoverNormal, up)
Detection. A 5-ray fan at 0°, ±30° and ±60° from player forward, cast 0.7 m from chest height. Walls have to be vertical, so floors and ceilings are rejected. Approach angle must be under 60°, which means running parallel past a wall will not trigger cover. Once in, a magnetic standoff holds the player at 0.42 m: far enough to avoid controller penetration, close enough to read as contact.
Parameter Value Purpose
Walk speed in cover1.5 m/sSlower than a normal walk, and sprint is disabled
Magnetic standoff0.42 mController radius plus 0.1, with a corrective nudge at speed 10
Snap-in delay4 framesAbout 66 ms at 60 fps, which kills flicker off a glancing wall
Exit thresholddot > 0.65Roughly 49° into the wall, so leaving cover is always deliberate
Footstep interval0.45 mLateral travel, which feeds AI hearing at a 1 m radius
The refusal

Corners don't wrap, and that's the feature

Nearly every third-person cover system lets you round an outer corner with a button. The character slides around, the camera follows, and you are on the new wall. It feels good. I built it, and it is not in the game.

The system commits to one wall. At an outer corner the peek camera looks around it while the body stays clamped at the edge. Getting onto the next wall means pushing away from the current one and re-engaging, which is a deliberate act taken while exposed. Inside corners had the opposite problem, where the detection fan alternated between two surfaces and jittered; normal-locking keeps the player committed to the original wall.

Auto-wrap glides the player blindly into space they have not looked at yet. That is a shortcut past observation, and Vulnerability outranks the comfort it would buy.

What it costs is written down rather than discovered later. There is no cover-to-cover dash, no scripted corner turn, and no vaulting over cover. Peek saves and restores the scene camera with FindObjectsByType, which allocates, and single-surface tracking means genuinely complex geometry can still break it.

System 02 · Complete

Perception: seeing versus noticing

A guard's eye is two cones, not one. That split is what produces the genre's signature moment, where the cone sweeps toward you and you freeze instead of running.

GUARD · eye 1.6 m INNER 60° / 15 m detects any player OUTER 120° / 8 m moving players only STILL → unseen MOVING → seen
Two zones. The inner cone detects a player whether or not they are moving. The outer cone only registers movement above a threshold, so a stationary player in peripheral vision is invisible, and even when it does fire, peripheral detection fills suspicion at 40% of the normal rate. It is a vague sense, not a sighting. Once a cone check passes, 1 to 3 raycasts to centre-mass, head and feet confirm line of sight, and any clear ray counts, which stops a head poking over cover from being a false negative.

Shadow is a hard gate rather than a modifier. Below a light level of 0.2 the guard cannot see the player at all, at any range. Above it, light is remapped to 0 to 1 and raised to an exponent of 2.0, so 50% light gives 25% detection speed. The quadratic is doing real work: it makes the difference between dim and dark feel like a cliff rather than a slope, which is what makes extinguishing a single candle a tactical act.

Distance, angle, light, movement and posture all multiply into one combinedMult, which maps linearly onto a fill time between 0.5 s at worst and 5 s at best. Every threshold lives on a GuardData ScriptableObject, so a nervous guard in the catacombs is an asset rather than a subclass.

Scenario Time to alert
Standing, full light, centre of cone, close range~0.5 s
Crouching, dim light (0.4), edge of cone, far range~5 s+
Moving, peripheral cone only~12 s
Still, below the light threshold, any rangenever

Demo Progress In development · updated as builds ship

Demo Progress62%
On the Board
Level 1 & 2: greybox done, art pass next
·Combat slice 2: dagger & pistol
·Unified pause menu UI
·The Maestro boss AI
·Minimap (MGS-style)
·Cutscene system
·Steam Input wiring & Deck optimization
·Steam Next Fest demo build
22 Shipped Systems
Lockpicking minigame Cover & peek system v2 Enemy AI: single guard Multi-guard coordination Light & shadow detection Contextual interactions Inventory system Health & damage Character progression (stats) Journal & observations Inspection mode (RE4-style) Sound propagation Steam integration Save / load + scene transitions Player controller hooks Debug infrastructure v2 Analytics collection plan Combat v1: stealth kills & body discovery Throwables & distractions Traps & hazards Civilian NPCs: informants & panic Game flow: splash, main menu & save shrines

Additional Work: FoxTales Studios Student studio · PUC-SP · 2020-2023 · Game Designer & 3D Artist

Coal dark fantasy metroidvania environment
Coal
Metroidvania · Unity · 2020
Dark fantasy world design, interconnected levels, lore.
Play on itch.io →
Maldição de Netuno
Action Rounds Shooter · Unity · 2022
Level layout, wave economy balancing, weapon tuning, 3D props.
Play on itch.io →
Nárkissos
First-Person Horror · Unity · 2021
Level design, puzzle design, 3D scenario modeling and textures.
Play on itch.io →
Riddles of the Sands
Open World Puzzle · Unity · 2021
Open world layout, puzzle progression system, documentation.
Mega-Racing
Platform Racing · Unity · 2021
Track layouts, obstacles and power-ups, playtesting, 3D props.
Technical Difficulties multiplayer party game
Technical Difficulties
Multiplayer Party Game · Unity · 2020
Core mechanics, social deduction balancing, loop refinement.
Play on itch.io →
Donkey Sonic retro platformer level
Donkey Sonic
Retro Platformer · Unity · 2020
Level layouts, enemy placement, gameplay balancing.

Case Study: Idle Cyberpunk City Clicker 220 players before the overhaul · 36 after · 7 tracked events · July 2026 pull

01 · Problem

Flying blind after the first game

Idle Kingdom Builder shipped with 1000+ downloads and solid reviews, but no analytics pipeline. I had no visibility into where players dropped off, or why. Cyberpunk City was growing steadily and had the same blind spot. I needed a way to see inside the player journey without blowing the budget.

02 · Process

Milestone snapshots, then a wider net

The free Unity Analytics tier limits how much you can send, so the first pass was 4 snapshot events tied to credit milestones (1K, 1M, 1B, 1T), about 7 parameters each. After the fixes I widened it: the same events now carry around 33 parameters, plus SessionStart, AdWatched5x and AdFreeBuilding. The old event names stayed, so the pre-1.40 build still works as a baseline.

03 · Findings

Economy validates, three bugs surface

The click-to-passive transition behaved as designed. The data also caught a clicker counter mapped to the wrong variable, and a timeElapsed persistence defect that invalidated the higher milestones. The expensive one was offline production: offlinePercentage already included the bonus and CalculateProduction() multiplied it a second time, which compounded to roughly 38,000× normal CPS on late-game saves. Leaving the app overnight paid better than playing it.

04 · Outcome

Five fixes, then a second read

v1.70 and v1.81 carried five fixes: corrected instrumentation, timer persistence, an offline rewrite with hard ceilings on rate, window and multiplier, rebalanced upgrade multipliers (passive 3.5×, clicker 7×), and an IAP boost that was off by one. In July 2026 I pulled the data again and read 36 post-overhaul Android players against the frozen 220-player baseline.

Interactive Analytics Dashboard · Built from real Unity Analytics data Open full screen →
05 · What I'd change next

What the second read changed

The opening curve landed where I wanted it. Time to the first milestone rose 85% (194s to 360s) and clicks rose about 30% (302 to 394), while buildings bought held flat at 13 and 12. Players spend longer and click more without changing what they buy. The mid-game overshot, though. Median time to 1M went from 824s to 3,503s, a little over 4×, further than I was aiming for. Upgrades are at least doing their job now: 14 owned at 1M against 10 before, and clicker upgrades went from 0 to 6, since the old counter never recorded any.

The wall moved too. My earlier read was that 1M → 1B was the choke point, a 73% drop. In the new cohort that step converts better than it used to, 27% to 38%, and the one that slipped is 1K → 1M, 42% down to 36%. So the next tuning pass belongs earlier in the curve than I thought. I'm holding that loosely: the post cohort is 36 players at 1K and thins to one by 1T, so the far end is anecdote rather than measurement.

Monetization and retention only became visible with the new events. Rewarded video has 175 views and a single German player accounts for 120 of them. That same player holds the 1T record and had watched 111 ads by the time they got there, so ads hold up as a progression route at the far end. The median player reaches 1K having watched none. Session opens have also stopped clustering at install: days 8 to 24 carry 58% of them against 19% in the first two days. There is a returning core now, and that is who the next ad-pacing test should target.

Case Study: Guardian's Falls Team of 6 · 12 months · Scope management · Graduation thesis

01 · Problem

Ambition outpaced capacity

The month-1 design doc planned for 4+ zones, 8 parkour mechanics, combo combat, skill trees, and layered narrative. Team of 6. No dedicated programmer. 12-month academic deadline.

02 · Process

Prototype fast, cut decisively

We built early prototypes covering the full mechanic set and tested which ones actually supported the core loop. Then a structured beta with categorized feedback. Features that weren't pulling their weight got cut.

03 · Solution

Ship what works, not everything

The final demo covers 3 zones with streamlined movement (sprint, slide, dash), dash-strike combat, and environmental storytelling. Progression is linear so the level design can introduce mechanics in sequence.

04 · Outcome

Demo shipped + 3 design principles I still use

Shipped a coherent vertical slice. The scope and iteration lessons from this project shaped how I approached both idle games afterwards.

Scope Management

What We Envisioned vs. What Shipped

The original doc was deliberately ambitious. Dream big first, then scope down to what the team can ship well. I handled design, C# programming, and production. No dedicated programmer on the team.

System Month 1 Vision What Shipped Status
Movement 8 mechanics: vault, slide, wall jump, grab/climb, swing, roll, sprint, free jump. Stamina system gating usage. Sprint, slide, dash. Stamina cut entirely. Removing the resource gate made movement feel fast and expressive. Vault, wall jump, and grab/climb were prototyped, then cut for clarity. Evolved
Combat 3-hit combo tree, slide attack, bounce attack, power punches, sprint attack Dash-into-enemy strike. Combos made players stop and chain punches. The dash-strike let them keep moving. It emerged from prototyping, not from the original doc. Simplified
Zones 4+ zones (Moonlit Meadow, Bond Fracture, Jade Jungle, Innerlake) + Hub 3 zones shipped. Hub removed. Progression is linear, not branching. Simplified
Progression Skill tree, NPC quests, HUB, backtracking, left/right difficulty choice Linear progression across 3 zones. No skill tree. No hub. Mechanical mastery carries the progression. Cut
Narrative 4 cardinal guardians, trauma metaphor, intro cutscene, NPC dialogue, symbolic enemy design Environmental storytelling carries the narrative. No cutscene. No NPC dialogue. World-building is embedded in level design. Evolved
Enemies 3 types per zone + mini-boss + final boss, thematically symbolic designs Generic enemy types. Focus shifted to making combat feel responsive rather than narratively themed. Simplified
Design Process

Mechanic Spotlight: Dash-Strike Combat

Core · Combat — Evolved

Combat is movement

Instead of standing still and executing combos, the player dashes into enemies to attack. The original doc specified a 3-hit combo tree and special attacks. Early prototypes had them working. In practice, they pulled the feel in the opposite direction of the movement system. Combos made players stop. The dash-strike kept them flowing.

Iteration: This wasn't in the original doc. It emerged from prototyping. Once we saw how the dash felt during traversal, extending that momentum into combat was the obvious next step. We cut the combo system, and what replaced it was stronger than the original plan.

Reflection

What I Carried Forward

Scope is a design skill

The original doc had 8 movement mechanics. The shipped game has 3, and they feel better. This mindset shaped how I built both idle games: start with the minimum viable loop, not the maximum vision.

Test before you're ready

Even rough testing with non-expert players surfaces problems you can't see from the inside. Beta testers caught navigation issues and control pain points we had gone blind to.

Mechanics must talk to each other

The combo system fought the movement system. The dash-strike emerged because we prototyped both and noticed the conflict. The design doc was a guess, and prototyping is what told us the guess was wrong.

Design Documents GDDs, QDDs, LDDs, and design tests: How I think on paper

QDD
Secrets Submerged: Genshin Impact Quest
Fan-made world quest for Fontaine. Full quest flow, NPC interactions, item design, progression steps, and reward balancing. This is the doc I point to for narrative and quest structure.
View PDF →
LDD
Fire Dungeon: Level Design Document
Top-down dungeon level with hand-drawn room maps, enemy placement, boss encounters, objective flow, and challenge pacing.
View PDF →
GDD
Idle Cyberpunk City Clicker: Full GDD
Complete design document: core loop, economy system, progression tiers, monetization model, world-building lore, and analytics plan.
View PDF →
GDD
Idle Kingdom Builder: Full GDD
Economy system design, resource faucets/sinks, progression curves, ascension system, UI flow, and monetization strategy.
View PDF →
GDD
Operação Bagre Noturno: Full GDD
Stealth-action design: level layout, mechanics, narrative structure, scoring system, and world-building for an alternate-reality Brazil.
View PDF →
TEST
Quantum Cafe: Interview Design Test
Management sim GDD created for a studio interview. Budget breakdown, milestone timeline, career progression system, and economy design inside defined scope constraints.
View PDF →
TEST
Jump Mechanic Level: Design Test GDD
Level design test. A new mechanic pushes the core jump to its limit across progressively harder rooms. Camera constraint solutions worked out along the way.
View PDF →
TEST
Jelly Morph: Shifty Speedway: Design Test GDD
Hypercasual mobile game design: core mechanics, competitive analysis, monetization strategy (ads/IAP), and UI wireframes.
View PDF →

About

Jhonnatan Barbosa portrait photo
Background

Game designer with a statistics background. I build first and iterate constantly, and I try to settle design arguments with evidence rather than taste, whether the problem is economy tuning, mechanics, levels, or narrative. Over 5 years in game design across 2 shipped mobile titles, a graduation thesis, and more than 10 student and jam projects. Based in São Paulo, Brazil.

Design philosophy I design systems players feel they discovered on their own, then use data to check that they actually can. When players feel lost, that isn't a badge of honor. It means the invisible guidance failed somewhere. Every design is a hypothesis until you ship it and look at what people actually did with it.
Teaching

Alongside shipping games, I teach game development and design to kids and teens. Over 300 students across three schools, content adapted for ages 8 through 17. It's the best training I've found for studio communication: if a 10-year-old can follow your explanation of a state machine, your spec will probably survive a cross-discipline review. It also means I can scope a lesson the way I scope a milestone. Break a complex system into deliverable chunks, check whether people actually understood, adjust before moving on.

Design range

My core is systems and economy design, but I work across disciplines regularly. The Genshin Impact quest doc covers narrative and quest structure. Bagre Noturno combines stealth mechanics with alternate-reality storytelling. Cyberpunk City's atmospheric lore ties world-building back into the progression systems.

Influences

A lot of the approach comes from studying how Valve teaches Portal's mechanics through play, and how Half-Life guides players with lighting and architecture instead of waypoints. That kind of invisible design only holds up if you playtest obsessively. Kojima's influence shows up in the ambition: trust players with complex systems and meaningful choices. That sits next to the scope cuts elsewhere on this page more comfortably than it looks, because depth and breadth are different axes. Cutting systems is what buys the time to iterate on the ones left standing, and both Guardian's Falls and Dead Saints Parade got deeper by getting narrower.

Looking for A systems or gameplay design role where I can combine hands-on design work with data analysis to shape player behavior. Ideally at a mid-size to AAA studio working on PC or console titles. Open to remote or relocation.
Tools
EnginesUnity, Unreal Engine 5, Godot
DesignGDDs, economy modeling, level design, quest design, playtesting
DataUnity Analytics, spreadsheet simulation, Python, R
CodeC#, C++, SQL
ArtBlender, Maya, ZBrush, Adobe Creative Suite
LanguagesFluent English, Native Portuguese, Basic Spanish

Contact Currently seeking a systems or gameplay design role · Open to remote or relocation

Available for new roles

Let's talk about your next game.

Have a role, a project, or just want to talk shop? Email is the fastest way to reach me. I usually reply within a day.

Email me
jho@jhorro.com
Email me

Based in São Paulo, Brazil · UTC-3