dartmouth-cs98 / project-22f-farm-frenzy

This is a fun, goofy physics based local co-op game made for general audiences.
2 stars 0 forks source link

Data Models #47

Closed helenma0223234 closed 2 years ago

helenma0223234 commented 2 years ago
  1. player individual score (opponents dragged/defeated, # of items carried, # of items stole)
  2. team score (# of items in home base, incremented at each time interval)
  3. total of round won by each team
  4. different player stats (each type of player model have diff velocity, jumping heights .etc)

individual data will be set to each prefab team/total scores will be stored in an event system