gamevault-app icon indicating copy to clipboard operation
gamevault-app copied to clipboard

Save-File Management System for Game Progress

Open Alfagun74 opened this issue 2 years ago • 0 comments

Problem

I want to be able to switch between devices or reinstall the game without losing my progress.

Solution

Create a system similar to Steam Cloud Backup. This system would automatically save game progress to a server when the game is closed and retrieve it when the game is started again. The Save-Files should be encrypted.

Steps

  • [ ] Use Ludusavi to find Save Game Files.
  • [ ] Design Backend Data Model and run Database Migration
  • [ ] Implement Backend API
  • [ ] Upload Save Game Files to the Backend.
  • [ ] Download Save Game Files from the Backend.
  • [ ] Handle conflicts between different save files effectively.

Note This feature will be exclusive to GameVault+

Alfagun74 avatar Mar 17 '24 16:03 Alfagun74