Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Ticket - Implementing Scoring System Functionality #84

Closed
4 tasks done
adrienerice opened this issue Sep 23, 2021 · 0 comments
Closed
4 tasks done

Task Ticket - Implementing Scoring System Functionality #84

adrienerice opened this issue Sep 23, 2021 · 0 comments
Assignees
Labels
Done task Task Ticket team 6 Team 6

Comments

@adrienerice
Copy link
Contributor

adrienerice commented Sep 23, 2021

Description

Task: Implementing Scoring System Functionality
Feature: Scoring System Feature Ticket

Writing the code for and implementing the functions that return points when the player kills an enemy or picks up coins, points will increase with each successful kill/coin collection the player makes, and will display the total points earned on the main game screen, and on the game over screen as a final score.

Examples:

  • Coin Collection: When the player runs towards/over a coin in the game, the player will receive +10 points, and will be displayed on the screen so the player can keep track of how many points they have earned in their game run.
  • Final Score: When the player finishes the game, either by winning or losing, a final score will be displayed on the appropriate screen, giving the player their final score of all accumulated points earned in that particular game run.

Dependencies

  • Dependency 1: (Player Interaction (Sprint 3) #70 ) -- Coins must be implemented and functioning in game for the point collection function to work with the coins.
  • Dependency 2: Enemies (Enemies  #7) -- Enemies must be implemented and able to be killed in the game for the point collection function to work with defeating enemies.

Milestones

List of steps that need to be completed for this task.

  • Implementation of functions for receiving points when certain tasks are completed (Sep. 26)
  • Implementation of functions to accrue points as a score and display the score on the screen (Sep. 26)

Members

Luke Hewitt (@FrederickTheGr8)
Callum Higgins (@electricalengi)

@adrienerice adrienerice added task Task Ticket team 6 Team 6 labels Sep 23, 2021
@adrienerice adrienerice changed the title Task Ticket - Implementation of Scoring System Functionality Task Ticket - Implementing Scoring System Functionality Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done task Task Ticket team 6 Team 6
Projects
None yet
Development

No branches or pull requests

3 participants