Skip to content

Commit

Permalink
Now give points for saucer kills
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tanikonda committed Jan 11, 2024
1 parent 9c0154f commit 2b3ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/Scripts/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const point_values = {
//Score given for an asteroid kill/split by the player
asteroids: 50,
//Score given for a saucer kill by the player
saucers: 0,
saucers: 100,
//The number of points needed to get an extra life
extra_life: 10000
};
Expand Down

0 comments on commit 2b3ddfe

Please sign in to comment.