mihaid11/emberguard

Towers not saved between sessions

Open

#90 opened on Nov 9, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (1 fork)auto 404
buggood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the list of available towers and the player’s selected towers are not saved or loaded between sessions. As a result, when the game is restarted, tower selections reset to default, and player progress regarding unlocked or chosen towers is lost.

  • When exiting and restarting the game, the available towers and selected towers should be restored exactly as before.
  • The uninitialize() method should be updated to properly save this data before shutdown.
  • When initializing the game, it should load the saved tower state.

Priority: Low

Contributor guide