jmoles / byob

Project for ECE 544 Class
0 stars 0 forks source link

Change Score #13

Closed jmoles closed 11 years ago

jmoles commented 11 years ago

Modify the score to as follows. Where n is the number of players.

First to finish: n-1 Second to finish: n-2 Third to finish: n-3 Fourth to Finish: n-4

labunsky commented 11 years ago

Hey Josh,

I'm going to at least give more points per level. If we do it like mentioned above, we can easily get ties. That's going to require more code changes in the victory deciding screen. Additionally each level gets harder, yet the same amount of points gets awarded. I will do the following:

First to finish: (n-1) * level number Second to finish: (n-2) * level number Third to finish: (n-3) * level number Fourth to Finish: (n-4) * level number

On Mon, Jun 10, 2013 at 10:18 AM, Josh Moles notifications@github.comwrote:

Modify the score to as follows. Where n is the number of players.

First to finish: n-1 Second to finish: n-2 Third to finish: n-3 Fourth to Finish: n-4

— Reply to this email directly or view it on GitHubhttps://github.com/jmoles/byob/issues/13 .

jmoles commented 11 years ago

Sounds good. Going to close this one.