You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
adrienerice
changed the title
Task Ticket - Implementation of Scoring System Functionality
Task Ticket - Implementing Scoring System Functionality
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:
Dependencies
Milestones
List of steps that need to be completed for this task.
Members
Luke Hewitt (@FrederickTheGr8)
Callum Higgins (@electricalengi)
The text was updated successfully, but these errors were encountered: