Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
405 stars 85 forks source link

Game shouldn't crash if a save is invalid #35

Closed Grimmys closed 3 years ago

Grimmys commented 3 years ago

If the format of a save is invalid (corrupted save), the game should display a pop-up to inform the player that the save can't be loaded instead of crashing.

Grimmys commented 3 years ago

Resolved by #46.