drakelimkiat / CS3247_Game_Dev_Group_01

National University of Singapore (NUS) CS3247 Game Development Group 01 VR Project (AY 17/18 Semester 2)
0 stars 0 forks source link

Scoring system #169

Closed wenhaohaoo closed 6 years ago

drakelimkiat commented 6 years ago

Half implemented in branch feature/scoring-system

Functions added into FPC1: AddScore: Accepts 1 integer as input and adds into Score variable in FPC1 (currently displayed above Complaints Bar) ResetRound: Sets all ammo counts to 0 (call it when switching rounds)

Score currently left to be accumulative throughout rounds