BUILDING A GAME IN 7 DAYS
Based on The PrimeTime's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
The seven-day build targets a complete, playable roguelite tower defense using Lua and Cursor, with most development happening live and daily devlogs planned.
Briefing
A seven-day, from-scratch tower defense game is being built with Lua and Cursor, but the pitch isn’t just “ship fast”—it’s a specific design blend: tower-defense core mechanics paired with deckbuilding and roguelite-style progression. The goal is to finish a playable game by the end of the week while live-streaming the bulk of the development, with daily devlogs planned so progress is visible without watching the entire stream.
At the center is a card-driven tower placement system. Players start each run with a deck and a draw hand, then place towers on a tower-defense map made of multiple mazes/waves (the team explicitly wants a familiar, non-novel pathing approach rather than something like a complex “mazing” system). Towers are represented by cards: when a tower card is played, it’s exhausted into an “exhaust pile,” meaning it can’t be used again for the rest of the map. As enemies move through waves, towers deal damage and can upgrade when they perform well enough—upgrades arrive through a Vampire Survivors-like stat screen with multiple percentage-based modifiers (examples mentioned include damage, fire rate, and critical chance), but the upgrades are randomized so players can’t always optimize for a single stat every time.
Between maps, the game shifts into a shop-and-mutation loop. After completing a map’s waves, players get a shop/upgrade screen with tower-specific upgrades that can directly modify the tower card they already used, plus additional cards that are added to the deck. These new cards enable mid-run “mutations” of towers based on what’s in the player’s hand—potentially lasting for a round, a wave, or longer. The design aims for conditional synergies (“if crit then do X,” “attack faster,” or apply poison/splash effects), and it leans into tactical tradeoffs against enemy modifiers such as double-speed foes.
Tower upgrades are also meant to branch into distinct classes. A sniper example illustrates the philosophy: converting a tower into a higher-damage variant can come with a sacrifice to shooting speed. Another concept is intentionally debuffing a tower’s firing rate to unlock a larger damage multiplier the longer it doesn’t shoot, pushing players away from the “always maximize fire rate” mindset. The shop then adds global modifiers—things like base damage or fire-rate boosts for all arrow towers or all cannons—plus longer-lasting equipment-style effects (rings/amulets were floated as possibilities).
Boss fights and relic-style choices bring in the Slay the Spire influence. After defeating bosses, players gain relic options that can grant more actions per turn or other modifiers, with some relics potentially hiding information about upcoming enemy types to force imperfect planning. The run is designed to end in three broad outcomes: a crushing loss, a narrow win, or a dominant win—plus multiple ways to succeed, including non-lethal strategies like heavy shielding that lets the player “tank” enemies. The team also hints at late-game aura/level multipliers that apply across multiple slots for limited durations, reinforcing the roguelite feel.
The week’s structure—live building in a former water tower turned Airbnb/game studio, multiple characters planned (a “everyday hero,” a wizard class, and a futurist), and a Twitch-focused completion target—serves the same purpose as the mechanics: make the game fun, varied, and not another monetized mobile tower defense.
Cornell Notes
The project aims to build a roguelite tower defense in seven days using Lua and Cursor, mixing tower placement with deckbuilding and randomized progression. Towers are played as cards from a draw hand and then exhausted for the rest of the map, while performance triggers randomized stat upgrades (e.g., damage, fire rate, crit). Between maps, players use a shop to apply tower-specific upgrades and add new cards that can mutate towers mid-run based on what’s in hand, with conditional synergies and tradeoffs. Bosses grant relic-like choices inspired by Slay the Spire, sometimes with hidden information about upcoming enemies. The design targets multiple win conditions (including shielding/tanking) and three broad end states: lose badly, win narrowly, or win big.
How does the game turn tower defense gameplay into a deckbuilding loop?
What role does randomness play, and why isn’t it just “always pick the best stat”?
How do mid-run card additions change towers after they’ve already been placed?
What kinds of tradeoffs are intended to prevent “one god tower” strategies?
How do bosses and relics affect planning and run outcomes?
What global progression layers are planned beyond per-tower upgrades?
Review Questions
- Describe the lifecycle of a tower card from draw hand to exhaust pile. What does that imply for how players build during a map?
- Give one example of a tower-class tradeoff (like sniper) and explain how it changes player decision-making compared with maximizing fire rate.
- How do relics from bosses introduce uncertainty, and how does that uncertainty connect to the game’s three end-state outcomes?
Key Points
- 1
The seven-day build targets a complete, playable roguelite tower defense using Lua and Cursor, with most development happening live and daily devlogs planned.
- 2
Towers are card-based: playing a tower card places it and exhausts it for the rest of the map, forcing repeated strategic choices across waves.
- 3
Tower upgrades trigger after performance and use randomized stat selections (e.g., damage, fire rate, critical chance) to prevent one guaranteed optimization path.
- 4
Between maps, a shop provides both tower-specific upgrades and new deck cards that can mutate towers mid-run through conditional effects and timed durations.
- 5
Tower progression is designed to branch into classes with meaningful tradeoffs (e.g., sniper: higher damage but slower shooting).
- 6
Bosses grant relic-like choices inspired by Slay the Spire, sometimes hiding upcoming enemy information to increase adaptation pressure.
- 7
Victory isn’t limited to killing: heavy shielding and tanking are intended as alternative win conditions, supporting multiple build archetypes.