Game Development Community

Adding score system

by Subaru Impreza WRX STI · in Technical Issues · 11/02/2006 (2:15 am) · 3 replies

I've completed the tutorial for Fish game which is included in the TGB game...
however i want to add the score system where u earn 10 points for every food you get...

i have no idea how to add in the score system for the fish game i've just created...
can anyone help me in this area?
thnx...

#1
11/02/2006 (5:22 am)
I haven't developed anything with TGB, so I haven't had a chance to do the Fish Game. However, knowing Torque Script pretty well, I might be able to help.

Let me ask a question: Do you want to save the scores to a high score table, which is loaded when the game starts? Or do you just want to score the game during play, and let it reset at the end?
#2
11/02/2006 (6:15 am)
I am not sure if you own TGB but if you do then go here and it will give what you need.

http://tdn.garagegames.com/wiki/TGB/ScriptTutorials/ScoreTutorial
#3
11/02/2006 (9:29 am)
I just want to score the game during play and let it rest at the end...