Devlog
-
TDB Dev Log – Week 00
Overview This week focused on establishing the foundation for Turret Deck Builder as a new game built from a tower defense and deckbuilder-inspired core concept that was developed as part of big fry’s game jam named Final Draw. The core direction was clarified around deeper build personalization, including modular tower components, deck box bonuses, starter
-
Maze Dev Log — Shutting Down The Project
Overview After spending time developing the maze project, I decided to officially stop production on it. The original goal was for this project to serve as a full run-through of the development cycle, but over time it became clear that this was not the right game to carry that process forward. The biggest issue was
-
Maze Dev Log — Week 4
Overview This week focused on improving internal development tools and making the maze-building workflow more practical inside the editor. Most of the work went into expanding the room editor utility so room setup could be handled more directly and with less manual setup, while also beginning a reusable in-editor documentation system to support project organization.
-
BigFry’s Game Jam Dev Log – Launch Day
Overview Day 7 was focused on launch, submission, and getting the project across the finish line. Most of the work centered on final validation, capturing screenshots and gameplay footage for the Itch.io page, building the release version, and publishing the game before the jam deadline. I also did a few final playthroughs to confirm the
-
BigFry’s Game Jam Dev Log – Day 6
Overview Day 6 was the major crunch day, with the focus shifting from adding new systems to finalizing presentation, usability, and overall cohesion. Most of the work went into the HUD and UI, where I locked in a visual theme and brought the cards, rewards, menus, and stat panels into a much more unified state.
-
BigFry’s Game Jam Dev Log – Day 5
Overview Day 5 focused on presentation, feedback, and giving the prototype a stronger identity. Most of the work went into audio, visual effects, and early art direction, shifting the game away from a purely functional blockout and closer to a more readable and game-like experience. I also began shaping the overall look toward a semi-futuristic
-
BigFry’s Game Jam Dev Log – Day 4
Overview Day 4 focused on pushing the project closer to a complete, playable jam build. A large part of the work went into replacing temporary debug-facing elements with a more readable gameplay HUD, while also improving flow safety around card play and deck shuffling. I also finished the tower upgrade reward pass, expanded the card
-
BigFry’s Game Jam Dev Log – Day 3
Overview Day 3 focused on expanding the game from a basic wave-defense loop into something with more tactical variety and better balance. I started with a tuning pass based on playtesting, adjusting energy, hand size, health, and draw pacing to slow the pace down and make decisions more meaningful. From there, most of the work
-
BigFry’s Game Jam Dev Log – Day 2
Overview Today’s work focused on turning the core combat loop into something much closer to a playable game. Wave progression was pushed forward with proper spawning, completion flow, and debug controls, while a first pass of the energy, card, deck, and reward systems was implemented and connected together. On top of that, I added the
-
BigFry’s Game Jam Dev Log – Day 1
Overview Day 1 was focused on defining the game direction and building the first playable foundation for the project. After brainstorming ideas around the jam theme, Fusion Confusion, the concept was narrowed into a mix of tower defense and deckbuilder mechanics. From there, the project moved quickly into implementation, with a simple test map, a
-
Maze Dev Log — Week 3
Overview This week focused on improving development workflows, stabilizing core systems, and expanding foundational features for the maze generation system. A custom editor utility widget was introduced to streamline room creation, significantly improving iteration speed when building modular room pieces. Alongside this, the save and load system evolved from a simple prototype into a modular
-
Maze Dev log – Week 2
Overview This week focused on pushing the project forward from core systems into a more playable loop and a cleaner front-end experience. I expanded the decal painting system with color selection and improved HUD feedback, while also making major upgrades to the procedural maze flow—start/end placement, spawn handling, and better in-level generation control. Midweek, I
-
Maze Dev log – Week 1
Overview This week marked the beginning of Project : Maze, with the implementation of its two core foundational systems: the procedural maze generation system and the player decal placement system. The maze system now generates modular rooms using Unreal Engine’s PCG framework, enabling the creation of structured but randomized maze layouts with a defined solvable
-
Shutdown Protocol — Project Wrap-Up & Lessons Learned
Shutdown Protocol — Project Wrap-Up & Lessons Learned With Shutdown Protocol now fully completed, packaged, and documented, this final dev log serves as a retrospective on the project. Rather than detailing another set of tasks, this entry focuses on what the project taught me—both technically and process-wise—and what I will carry forward into future, larger-scope
-
Shutdown Protocol Dev log – Day 18 – Release
Dev log – Day 18 – Release Summary Day 18 was focused entirely on finalizing Shutdown Protocol for submission and release. The work centered on producing and validating both a Development test build and the final Shipping distribution build, resolving last-minute performance and presentation issues discovered during verification, and completing all required documentation deliverables. The
-
Shutdown Protocol Dev log – Day 17
Devlog – Day 17 Summary Today’s work focused on bringing the experience to a more finalized, cohesive state across environment, atmosphere, UI flow, and last-minute fixes. The bulk of the day was spent polishing visual presentation, reinforcing the end-of-game sequence, and eliminating immersion-breaking issues such as debug output and unclear interaction prompts. Together, these changes
-
Shutdown Protocol Dev log – Day 16
Devlog – Day 16 Summary Today focused on polishing and hardening interaction feedback across Rooms 1–2. I replaced player-facing Print String LookAt output with a centered HUD widget (with proper set/clear behavior), tightened LookAt targeting to eliminate false positives, and ensured the Room 1 keypad UI always has a clean exit path with correct focus
-
Shutdown Protocol Dev log – Day 15
Dev log – Day 15 Summary Today was a focused polish and readability day across Rooms 1 and 2. I built a reusable visual wiring solution for Room 1 (iterating through a custom spline-mesh approach before switching to Unreal’s Cable Actor and finally integrating a Fab cable asset for higher-fidelity results). In parallel, I completed
-
Shutdown Protocol Dev log – Day 14
Dev log – Day 14 Summary Today was a major polish + scope-lock day. I pushed Room 2 much closer to final visual quality by replacing placeholder environment pieces and puzzle consoles with higher-fidelity assets, improving readability, and tightening organization—while keeping Puzzle D/E/F logic unchanged. In parallel, I executed a hard scope reduction by fully
-
Shutdown Protocol Dev log – Day 13
Dev log – Day 13 Summary Today’s work focused on completing the reward and progression flow for Puzzle F in Level 2. This involved reliably spawning the Security Keycard after Puzzle E resolves, fixing state logic issues that prevented correct first-run behavior, and implementing a keycard reader that validates inventory state and unlocks the connected
-
Shutdown Protocol Dev log – Day 12
Dev log – Day 12 Summary Today was focused on delivering Puzzle E’s full “read → enter → validate” loop in Room 2. I built the 5-slot word-cycler panel as an interactable, ensured each slot cycles independently with wrap-around, added on-panel word displays, and wired deterministic phrase validation that resolves once and locks into a
-
Shutdown Protocol Dev log – Day 11
Dev log – Day 11 Summary Today focused on fully implementing Level 2 – Puzzle D, an observation-driven pattern puzzle that links environmental server-light cues to a console-based input sequence. The work established the complete interaction loop—from readable world signals, to responsive console input, to a persistent unlock state—then validated the system end-to-end to ensure
-
Shutdown Protocol Dev log – Day 10
Dev log – Day 10 Summary Today was focused on two things: (1) building a reusable “inspect-style” environmental clue pipeline in Room 1 (in-world prop → interact → full-screen readable popup → clean close + input restore), and (2) continuing a Room 1 visual pass by upgrading key interactive devices (monitors, fuse/switch panels, and connected
-
Shutdown Protocol Dev log – Day 9
Dev log – Day 9 Summary Today was all about pushing Room 1 closer to a finished, playable mood through a focused visual pass—upgrading the doors, desk, and locker presentation, switching the room over to a more flexible modular wall + door wall setup, and adding atmosphere via a flickering light effect and subtle dust.
























