Satttoshi / idle-boss

An idle-game for educational purposes and beyond
https://idle-boss.vercel.app
25 stars 2 forks source link

US22 - Savegame #43

Closed Satttoshi closed 1 year ago

Satttoshi commented 1 year ago

Value Proposition

As a user I want to save my game progress so I can continue playing the game any time at my current progress

Description

Right now you reset the game and you lose all your progress. The current Game State, e.g. Save File should be saved. And also be able to recall again.

Acceptance Critera

Tasks

Complexity Weight

5

salaos commented 1 year ago

Don't know about the security but for first step it will work I guess :) Maybe Include edge case, such as what happens if the database connection is lost or if the user tries to access someone else's save game data.