Skip to main content

Questions tagged [scoring]

The tag has no usage guidance.

1 vote
1 answer
106 views

Scoring with 2 values

working with mobile sokoban-style puzzle where player scored with 2 values: time (how many seconds is taken to clear level) move (how many moves is taken to clear level) scoring with stars is no ...
boruok's user avatar
  • 13
1 vote
1 answer
455 views

Increment score when player touches a coin's Area2D

I have created and finished my game in Godot, but I want to add a scoring system. Specifically, I want the score to increase by 1 every time the player touches a coin. However, I am not sure how to ...
Shantanu's user avatar
15 votes
3 answers
3k views

Fair scoring system for multiple levels and multiple players

I have a parkour game with over 200 levels and I want to be able to compare players by assigning each one a score that is based on their overall performance on the levels (how fast they can finish the ...
Liberty's user avatar
  • 159
0 votes
0 answers
72 views

Mitigate exploit where players maximize score multiplier before starting race

I am making a single player race game set in space (no actual roads, just checkpoints) where the player's score is defined by how fast they complete the track. There are pickups around the track that ...
Mrmooijman's user avatar
0 votes
2 answers
48 views

Counting scores in a beat game

I'm currently developing a beat game (similar to osu and osu!mania), in which you basically have to press keys at the right time. I would like to calculate a score (x/100), based on the accuracy of ...
CMinusMinus's user avatar
3 votes
2 answers
311 views

How do you encourage players to do hard things?

I'm working on an app that teaches real-life skills by pitting players against each other to compete in skill improvement tasks. The problem is, players have a number of different tasks they're ...
TheEnvironmentalist's user avatar
1 vote
1 answer
67 views

How to ensure new players aren't blocked from the leaderboards?

There is a simple word game, where players score points for each game they play. It creates a global chart, ranking players by their score. The problem is that when a new player comes into the game, ...
user1065145's user avatar
3 votes
1 answer
243 views

Calculating the flavour of a dish in a cooking game

I'm currently working on a game that sees players cook dishes and are scored on their performance. To determine whether a dish is good or not, I will be looking to see if these elements are balanced: ...
Ajay's user avatar
  • 33
0 votes
2 answers
390 views

Persisting score when restarting level after a rewarded video ad

I'm trying to create a reward system in my game where once the player dies, they have the option of watching a rewarded video ad after which the game restarts and the player score is set to score ...
single arrow games's user avatar
0 votes
0 answers
53 views

Saving a high score and updating it as score increases

I'm following Brackeys "Dodge the Blocks" tutorial. In the video, he covered everything accept the score/high score system. I have a working score system, which gives you 1 point every time you ...
braelin777's user avatar
0 votes
1 answer
150 views

score and high score system for multiple levels

I'm trying to create a scoring system for a game with multiple levels. For this I'm using the binary formatter instead of playerprefs (I read online that playerprefs are not that secure). I have ...
single arrow games's user avatar
1 vote
1 answer
308 views

Counter won't add to score [closed]

I'm trying to make a rolling ball game. But for some reason, I can't seem to get the counter to actually add to the score. Here's the code: ...
Connor Fineran's user avatar
0 votes
2 answers
281 views

Score multiplier based on lowest time

I'm making a score system that will be based on several factors, how many collectibles you have obtained, how few hits you have taken, etc. I want to add in a multiplier based on how quickly the ...
Danny Santos's user avatar
0 votes
2 answers
85 views

Average points per second in a world editing game

I am making an online single-player game (open beta here) with a huge emphasis on content creation and world design (sort of like Super Mario Maker or Little Big Planet but more designed for adventure ...
IndigoFenix's user avatar
1 vote
2 answers
596 views

Mapping TrueSkill scores to a ranking system

I have a 1v1 game that I would like to apply a ranking system to like most competitive multiplayer games out there. I'm specifically looking for systems like League of Legends where they have Silver, ...
Harry's user avatar
  • 167

15 30 50 per page