BACK TO LOGS
dev-log Mar 10, 2026

The Digital Arc: How I Designed Levels 6-10 in TeleGhostHunter

The Digital Arc (Levels 6 through 10)

Welcome back to the developer desk, Hunters! Whether you are a hardcore fan of TeleGhostHunter, a fellow indie game developer, or someone just curious about how video games are made behind the scenes, you are in the right place.

Today, we are taking a massive deep dive into what is widely considered the best, most intense, and most visually stunning part of the entire game: The Digital Arc (Levels 6 through 10).

When I first started building this action game, the early levels were spooky. You explored haunted mansions and dark forests. But when players reached Level 6, the game completely changed its identity. It morphed from a traditional spooky ghost hunt into a high-speed, neon-drenched, cyberpunk hacking experience.

In this developer log, I am going to explain exactly how I made these five action-packed levels, the technology and ideas behind them, the hidden similarities that connect them, and why Levels 6-10 have become the absolute favorite part of the game for our community.

The Core Idea: Entering the Machine

Before we break down each level, we have to talk about the "Big Idea" behind this arc.

In Levels 1 through 5, players are hunting ghosts in the "real world". But I wanted to raise the stakes. I asked myself: Where would ghosts hide if they wanted to become truly invisible? The answer: Inside the computer itself. They would hide in the code.

This idea gave me the freedom to completely change how the game looks and feels. I threw away all the image files (.png and .jpg images of trees, houses, and monsters). For Levels 6-10, every single thing you see on the screen is procedurally generated. This means pure code draws the graphics in real-time using the HTML5 Canvas API. The enemies became glitches, anomalies, and corrupted data.

This transition is why players love this section so much. It feels like you are no longer playing a game; you feel like a futuristic hacker typing furiously to save a mainframe from a digital virus.

The Connective Tissue: Similarities Across Levels 6-10

While each level looks completely different, from neon green grids to frozen blue caves, they are all built on a foundation of shared mechanics. These similarities are what make the "Digital Arc" feel like one giant, cohesive adventure.

1. Zero Image Assets (Pure Procedural Generation)

As a developer, my proudest achievement in these levels is that there are zero external art assets. There are no downloaded pictures. Every snowflake, every glowing grid, every laser blast, and every enemy is drawn using math and code directly on the HTML5 Canvas. This makes the game load instantly on any internet connection and allows for fluid, 60-frames-per-second gameplay because the browser isn't struggling to load heavy image files.

2. The Audio-Driven Feedback Loop

In Levels 1-5, sound effects were just background noise. In Levels 6-10, sound is a survival tool. Because the visuals are constantly trying to trick you with glitches and darkness, you must rely on the audio. All five levels use pure synthesized sound. When you shoot, the code generates a "sawtooth" wave. When you miss, it generates a "triangle" wave. Furthermore, all these levels use the Web Speech API, meaning a robotic voice physically talks to you, announcing your hits, misses, and system warnings.

3. The High-Stakes Accuracy Penalty

In the early game, you could click wildly around the screen to hit a ghost. In Levels 6-10, this "spray and pray" tactic will get you killed. All of these levels feature the Accuracy Penalty. If you click on empty space, you trigger a "NULL POINTER" error. The screen shakes violently, a harsh buzzer sounds, and your final accuracy score drops. This shared mechanic forces players to take a deep breath, aim carefully, and only strike when they are sure.

4. The Data Anomalies

Every level in this arc features a variation of the Data Anomaly. Whether it is a glowing green cube in Level 6 or a shattering ice hexagon in Level 9, these rare targets are always worth 5 points. They serve as a shared strategic element: do you ignore the easy 1-point ghost to try and snipe the fast-disappearing 5-point anomaly? It adds a layer of gambling to the action.

Why is This Arc the Fan Favorite?

If you look at our community forums, YouTube playthroughs, and other community, everyone talks about the Levels 6-10 arc. But why? Why do players love this specific section of TeleGhostHunter so much more than the beginning of the game?

The answer comes down to three things: Flow State, Aesthetic, and Respect for the Player.

1. Entering the Flow State: Because these levels penalize you for missing, but require lightning-fast reflexes, players are forced to enter what psychologists call a "Flow State". You stop thinking about moving the mouse. Your brain locks into the audio cues, your peripheral vision tracks the flashes of light, and your hands move on pure instinct. When you finally beat Level 10, your heart is pounding because you were entirely immersed in the zone.

2. The Cyberpunk Aesthetic: People love the "hacker" fantasy. The glowing neon colors against pitch-black backgrounds, the robotic voices, and the matrix-style code rain tap into a very cool, sci-fi aesthetic. It feels incredibly satisfying to watch a glowing digital anomaly shatter into a hundred vector particles.

3. Respect for the Player's Intelligence: Modern games often hold the player's hand, giving them easy targets and infinite retries without penalties. Levels 6-10 do not hold your hand. They demand your full attention. The game respects the player enough to say, "This is going to be hard. Your eyes will play tricks on you. But you have the tools to beat it". When a player finally conquers this arc and sees their 100% Accuracy stat on the final screen, the sense of personal achievement is massive.

Final Thoughts

Designing Levels 6 through 10 of TeleGhostHunter was the most challenging and rewarding experience of my game development career. Transitioning from a spooky, image-based game into a pure-code, audio-visual cyberpunk nightmare was a huge risk, but it paid off completely.

By unifying these levels with strict mechanics like accuracy penalties, procedural graphics, and audio-driven gameplay, we created an unforgettable gauntlet. From the Neon Grid to the Quantum Singularity, this arc tests everything a gamer has to offer.

To all the Hunters out there who have braved the digital abyss and secured Kernel Access: thank you. Your dedication to mastering the code is what makes game development so incredibly fulfilling.

Keep your sensors active, trust your audio cues, and happy hunting!

ENCRYPTION: AES-256-GHOST