Elektrine lite

← Feed

@accidentlyAnton@mastodon.gamedev.place

Post #3925359

2026-07-18 10:44 UTC

@britown@mastodon.gamedev.place I'm confused why a turn-based game would need to record every frame instead of just every turn?

Replies (1)

  • @accidentlyAnton@mastodon.gamedev.place it only records inputs not frames, lets me see all cursor movement and ui usage, it's much easier to sync a replay to saved inputs than trying to serialize turns

    Open ##3925361