2026-06-03

cybrvillain:~$ cat neon_chain_officially_entered_google_play_closed_beta_today.plan
Neon Chain officially entered Google Play Closed Beta today.

This marks the first time a Lonely Ranch Games title has reached the point where real players outside my immediate development environment can install and test it through Google Play.

The game is still small in scope by design. Neon Chain was never intended to be the next Angry Birds or Flappy Bird. Its purpose was to teach me the complete process of taking an idea from concept to a published mobile game, including development, testing, analytics, advertising, store assets, and deployment.

With the build now in Closed Beta, the focus shifts from creating features to gathering feedback, monitoring stability, and making improvements based on how real players interact with the game.

No matter what happens next, this is a significant milestone. Neon Chain is no longer just a project on my computer. It is now a game being played by actual people.

Neon Chain

2026-05-30

cybrvillain:~$ cat streamerlift_detected_two_additional_affiliate_conversions_today.plan
StreamerLift detected two additional Affiliate conversions today.

Byte2022 raided demonangel2738 on May 12 and persephone3999 on May 29. Affiliate status was detected for both channels today.

That brings the total to three verified Affiliate conversions connected to StreamerLift recommendations.

Part of me is excited because three conversions starts to look like a pattern rather than a coincidence. The entire purpose of StreamerLift is helping streamers discover channels worth supporting, and seeing measurable success stories validates the core idea.

At the same time, I would be lying if I said I wasn't feeling a little frustrated. None of my own raids have resulted in an Affiliate conversion yet. Watching another streamer generate multiple success stories using a tool I built creates a strange mix of pride and disappointment.

Still, the data doesn't care about feelings. Three conversions are three conversions. StreamerLift appears to be working.

StreamerLift

2026-05-29

cybrvillain:~$ cat neon_chain_improvements.plan
Neon Chain - Improvements

Today was a busy day. Added Firebase Analytics and had a hell of a time getting it to work the way I wanted it to.

  • Added Firebase Analytics to the project — full setup including google-services.json placement, Gradle dependency wiring, and Custom Android Build integration
  • Added AnalyticsManager.gd autoload — calls Firebase directly via JavaClassWrapper, silently no-ops if Firebase is unavailable, never crashes the game
  • Tracking 15 custom events: app_open, mode_selected, game_start, game_over, score_submitted, leaderboard_opened, share_png_created, reward_ad_offered, reward_ad_started, reward_ad_completed, extra_life_used, timed_bonus_used, ad_failed, settings_opened, credits_opened
  • Key events carry parameters — game_over includes mode, score, combo, run time, and whether a rewarded ad was used; ad_failed carries failure reason
  • Added log_settings_opened() call in ModeSelect.gd when gear is tapped and log_mode_selected() call when a mode is launched — only two files changed from the original
  • Confirmed 42 total events flowing into Firebase DebugView in real time — all 15 custom events verified working end to end on device
  • Completed pre-release build audit — identified and resolved all release blockers: internet permission, test ad flag, placeholder production ad IDs, debug overlay, debug flags, stale APK name, fake interstitial draw, and dead SFX references
  • Removed dead SFX player infrastructure from Main.gd — six unreferenced .wav var declarations, _build_audio_players(), _play_sfx(), the _ready() call, and all call sites removed cleanly
  • Removed all debug prints from PromoBannerManager.gd — console is now silent on startup
Neon Chain

2026-05-28

cybrvillain:~$ cat synext_parent_app_proof_of_concept_complete.plan
Synext Parent App Proof of Concept Complete

Today marks a major milestone for Synext.

The Parent App proof of concept is now functional and running. What started as a conversation about helping The Pixel Mancer manage routines, chores, meals, and school readiness has become an actual working application.

This is far from a finished product, but the core idea has successfully moved from concept to software. Parents can now interact with a working prototype that demonstrates the foundation of what Synext could become.

The next phase is building the Child App, which is where the real challenge begins. The parent side proves the concept. The child side will determine whether the vision can become a practical solution for families dealing with the same struggles that inspired the idea in the first place.

For now, I'm calling this a win. Synext is no longer just an idea.

SyNext