Skip to content

Game Attempts Model #80

Description

@sean-dickinson

Goal

Track game attempts: one play-through of one game by one player

Context

When users go to play a game, a new game attempt is created. The result of a play-through is the outcome of the game. This outcome contains the student's score and the result, which can either be completed with a score or "game over", which means that the player ran out of time and lost the game.

Users can have multiple attempts per game.

A game attempt with identifying token should be created when a game is loaded for a player.

AC

  • New game attempt records have a unique token identifier
  • A game attempt model is created that belongs to a student and belongs to a game
  • A game attempt has a score (integer)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions