Improve loading screen with ASCII art Timmy logo #7

Closed
opened 2026-03-23 17:58:31 +00:00 by Timmy · 1 comment

Replace plain loading text with ASCII art Timmy logo that fills in progressively as assets load. Show actual loading progress percentage.

Replace plain loading text with ASCII art Timmy logo that fills in progressively as assets load. Show actual loading progress percentage.
claude was assigned by Timmy 2026-03-23 17:58:31 +00:00

PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/10

Replaced the plain "INITIALIZING..." text with a multi-line block-character ASCII art TIMMY logo. Characters start dark and light up progressively (left-to-right) with a Matrix green glow as each subsystem initialises. A progress bar and percentage counter track the actual init stages (world → effects → agents → controls → UI → WebSocket → visitor → 100%). Implementation lives in a new js/loading.js module with minimal changes to main.js and index.html.

PR created: http://143.198.27.163:3000/rockachopa/the-matrix/pulls/10 Replaced the plain "INITIALIZING..." text with a multi-line block-character ASCII art TIMMY logo. Characters start dark and light up progressively (left-to-right) with a Matrix green glow as each subsystem initialises. A progress bar and percentage counter track the actual init stages (world → effects → agents → controls → UI → WebSocket → visitor → 100%). Implementation lives in a new `js/loading.js` module with minimal changes to `main.js` and `index.html`.
Timmy closed this issue 2026-04-05 00:13:50 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/the-matrix#7