Skip to content

Implement Session Module #19

@Mkalbani

Description

@Mkalbani

Description

Create a session module that manages a single play session, tying together player, puzzle progress, timer, and score.

Acceptance Criteria

  • A session module exists under src/session/mod.rs
  • Session struct holds player ref, active puzzle, timer, and current score
  • Session can be started, paused, and ended
  • On end, session data is passed to persistence and leaderboard modules
  • Unit tests cover session lifecycle and data handoff

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions