Separate Single and Team Score

Suggestions that have been archived.

Moderator: Community Team

Create 2 ranking systems

Yes
31
67%
No
7
15%
Who cares
8
17%
 
Total votes: 46

jarkun
Posts: 1
Joined: Thu May 04, 2006 6:15 pm

Separate Single and Team Score

Post by jarkun »

The people at the top of the scoreboard are winning most of their games playing double/triple matches. As someone who hasn't found a "partner" I don't feel I can compete with these people yet & would love it if their was a separate scoreboard for points earned in single/double/triple matches.
bryanbr
Posts: 75
Joined: Mon May 15, 2006 12:47 pm

Separate scoring system for team and non-team games

Post by bryanbr »

What are everyone's thoughts on a scoring/ranking system that differentiates between games played as a team (doubles/triples) and games that were not?

This would allow players to specialize in a particular mode of game play.

Also, has the obvious option of not having a particular game affect scoring at all been considered?
User avatar
HighBorn
Posts: 3013
Joined: Sat Feb 18, 2006 10:22 pm
Gender: Female
Location: Kentucky

Post by HighBorn »

man this would truely screw me.... i think... im 50 50 on games i have bout half singles and half teams...
User avatar
Marvaddin
Posts: 2545
Joined: Thu Feb 09, 2006 5:06 pm
Location: Belo Horizonte, Brazil

Post by Marvaddin »

Me too, but I like the idea.
Image
User avatar
HighBorn
Posts: 3013
Joined: Sat Feb 18, 2006 10:22 pm
Gender: Female
Location: Kentucky

Post by HighBorn »

maybe not change it but add a new one that shows % of wins either way...
User avatar
AndrewO
Posts: 136
Joined: Thu Mar 16, 2006 4:45 pm
Location: London

Post by AndrewO »

I like this idea.

Might be a bit hard to implement retrospectively though!
User avatar
HighBorn
Posts: 3013
Joined: Sat Feb 18, 2006 10:22 pm
Gender: Female
Location: Kentucky

Post by HighBorn »

yeah i could see server crashing when it trys to calculate wacichas numbers... ;)
User avatar
alster
Posts: 3083
Joined: Sun Apr 02, 2006 12:35 pm
Location: Sweden...

Re: Separate scoring system for team and non-team games

Post by alster »

bryanbr wrote:What are everyone's thoughts on a scoring/ranking system that differentiates between games played as a team (doubles/triples) and games that were not?

This would allow players to specialize in a particular mode of game play.

Also, has the obvious option of not having a particular game affect scoring at all been considered?


I like the idea. There's a lot of other statistical possibilities that could be implemented as well. For example win/loss ration, separation between no card games and card games, doubles and triples, various maps etc. The scoring system as it stands right now is rather crude. One may keep the current one as a main one listing the ranks of each player, number of games and overall score and then add a number of different charts showing the rankings for various maps and various plays. That would create an incentment for different players in different ways and add an extra dimension to the game since different players would compete in different scoring charts.

I don't know much about programing, but compared to the development of the actual engine itself I guess it wouldn't be that difficult (if the time is there) to set up various score charts etc. since all the played games are saved and since the game engine apparently is very able to deal with various game settings. But what do I know.
Gengoldy wrote:Of all the games I've played, and there have been some poor sports and cursing players out there, you are by far the lowest and with the least class.
Pedronicus
Posts: 2080
Joined: Tue Jan 24, 2006 2:42 pm
Gender: Male
Location: Busy not shitting you....

Post by Pedronicus »

you'd end up with people demanding scores separated by maps, real time... the lot.

an overall score sheet is fine by me, but i would like win percentage
bryanbr
Posts: 75
Joined: Mon May 15, 2006 12:47 pm

Re: Separate scoring system for team and non-team games

Post by bryanbr »

alstergren wrote:
bryanbr wrote:What are everyone's thoughts on a scoring/ranking system that differentiates between games played as a team (doubles/triples) and games that were not?

This would allow players to specialize in a particular mode of game play.

Also, has the obvious option of not having a particular game affect scoring at all been considered?


I like the idea. There's a lot of other statistical possibilities that could be implemented as well. For example win/loss ration, separation between no card games and card games, doubles and triples, various maps etc. The scoring system as it stands right now is rather crude. One may keep the current one as a main one listing the ranks of each player, number of games and overall score and then add a number of different charts showing the rankings for various maps and various plays. That would create an incentment for different players in different ways and add an extra dimension to the game since different players would compete in different scoring charts.

I don't know much about programing, but compared to the development of the actual engine itself I guess it wouldn't be that difficult (if the time is there) to set up various score charts etc. since all the played games are saved and since the game engine apparently is very able to deal with various game settings. But what do I know.


You are right as far as level of difficulty the statistical output from a system is always the easy part. Generally referred to as the reporting aspect of any project; its always the easiest.

Why don't the CC programmers just post the relevant data tables and someone could do this for them? A few simple php pages to sort and display the data.

Seems like CC would improve faster if the community had the chance of participating in the development. I'd do it but I'm working on my own web-based risk game (sorry but CC moderators have forbid me from mentioning it by name or linking to it).
User avatar
qeee1
Posts: 2904
Joined: Sun Feb 05, 2006 12:43 pm
Location: Ireland

Post by qeee1 »

I forsee major strain on the server upon implementation, but after that it'd be good.
Frigidus wrote:but now that it's become relatively popular it's suffered the usual downturn in coolness.
User avatar
sully800
Posts: 4978
Joined: Wed Jun 14, 2006 5:45 pm
Gender: Male
Location: Bethlehem, Pennsylvania

Re: Separate scoring system for team and non-team games

Post by sully800 »

bryanbr wrote:
alstergren wrote:
bryanbr wrote:What are everyone's thoughts on a scoring/ranking system that differentiates between games played as a team (doubles/triples) and games that were not?

This would allow players to specialize in a particular mode of game play.

Also, has the obvious option of not having a particular game affect scoring at all been considered?


I like the idea. There's a lot of other statistical possibilities that could be implemented as well. For example win/loss ration, separation between no card games and card games, doubles and triples, various maps etc. The scoring system as it stands right now is rather crude. One may keep the current one as a main one listing the ranks of each player, number of games and overall score and then add a number of different charts showing the rankings for various maps and various plays. That would create an incentment for different players in different ways and add an extra dimension to the game since different players would compete in different scoring charts.

I don't know much about programing, but compared to the development of the actual engine itself I guess it wouldn't be that difficult (if the time is there) to set up various score charts etc. since all the played games are saved and since the game engine apparently is very able to deal with various game settings. But what do I know.


You are right as far as level of difficulty the statistical output from a system is always the easy part. Generally referred to as the reporting aspect of any project; its always the easiest.

Why don't the CC programmers just post the relevant data tables and someone could do this for them? A few simple php pages to sort and display the data.

Seems like CC would improve faster if the community had the chance of participating in the development. I'd do it but I'm working on my own web-based risk game (sorry but CC moderators have forbid me from mentioning it by name or linking to it).


ie Tr0y.
Thimble
Posts: 25
Joined: Fri Sep 01, 2006 1:48 pm

Seperate rankings for individual and team

Post by Thimble »

I've noticed that a lot of the "top" players play primarily team games.

It's definitely an advantage to have a good teammate in those games. But it isn't necessarily an accurate indication of your skill level since you might not have such a good rank if you had a poorer partner.

So we should have a 50% team points/50% individual points average to determine overall points.

And yes, I'm partially grubbing because I've played with a lot of poor random partners... kind of like my relationships...
User avatar
aholland
Posts: 9
Joined: Wed Oct 11, 2006 5:14 am
Location: Hobart, Tasmania

Post by aholland »

Sounds like a good idea
User avatar
AndyDufresne
Posts: 24935
Joined: Fri Mar 03, 2006 8:22 pm
Location: A Banana Palm in Zihuatanejo
Contact:

Post by AndyDufresne »

Currently the idea of'Game Type Specific Scoreboards' has been 'Rejected'.


--Andy
User avatar
Hoff
Posts: 861
Joined: Thu Mar 16, 2006 1:46 am
Location: Philadelphia, PA

Post by Hoff »

i voted yes simply because I would like to see how well i do at doubles compared to how well i do compared to singles. Although its not a big issue for me.
User avatar
maniacmath17
Posts: 640
Joined: Sat May 06, 2006 8:32 pm

Post by maniacmath17 »

Maybe time to reconsider? The vote is in favor of seperate scoreboards. There really is a difference between a player who plays teams all the time and a singles player.
User avatar
P Gizzle
Posts: 4100
Joined: Fri Aug 04, 2006 5:00 pm
Location: Somewhere being absolutely AWESOME!

Post by P Gizzle »

i think that there should be a singles score, a doubles score, a trips score, but the one that is on the scoreboards is the regular score. and the rank goes by regular score, but on ur profile, u see all the different scores
Gridiron Gang- CC's largest Clan!
Ronaldinho
Posts: 3069
Joined: Sat May 27, 2006 5:35 pm
Gender: Male
Location: Dorset, England.

Post by Ronaldinho »

No ill drop to many places lol, just leave the scoreboard be!
Image
User avatar
AK_iceman
Posts: 5704
Joined: Wed May 10, 2006 10:39 pm

Post by AK_iceman »

Hoff wrote:i voted yes simply because I would like to see how well i do at doubles compared to how well i do compared to singles. Although its not a big issue for me.

Same here, its not a big deal but it would be interesting.
User avatar
dugcarr1
Posts: 258
Joined: Tue Feb 21, 2006 1:44 am
Location: WEST COAST, CANADA

ff

Post by dugcarr1 »

the presant scoring system needs an over haul ,,BIG TIME!
User avatar
hasaki
Posts: 105
Joined: Mon Jul 17, 2006 8:48 pm
Location: 15 Hume drive,Arcadia,Ivalice

Post by hasaki »

Maybe i would just be best if you dont earn points for doubles or triples games. Standard and Terminator are the best indicator of a players skill.
There can only be one. OK sometimes two or three.

Highest place- 35
Highest score- 2517
User avatar
reverend_kyle
Posts: 9250
Joined: Tue Mar 21, 2006 4:08 pm
Location: 1000 post club
Contact:

Post by reverend_kyle »

AK_iceman wrote:
Hoff wrote:i voted yes simply because I would like to see how well i do at doubles compared to how well i do compared to singles. Although its not a big issue for me.

Same here, its not a big deal but it would be interesting.
DANCING MUSTARD FOR POOP IN '08!
User avatar
KoolBak
Posts: 7414
Joined: Fri Feb 03, 2006 1:03 pm
Gender: Male
Location: The beautiful Pacific Northwest

Post by KoolBak »

I would like to see this - LOL @ Ron!!!! I play maybe 5% team games, 95% singles....would be interested to see my singles score compared to some of these other pilgrims!!
"Gypsy told my fortune...she said that nothin showed...."

Neil Young....Like An Inca

AND:
riskllama wrote:Koolbak wins this thread.
User avatar
Marvaddin
Posts: 2545
Joined: Thu Feb 09, 2006 5:06 pm
Location: Belo Horizonte, Brazil

Post by Marvaddin »

I would like the separated scoreboard too...
Image
Post Reply

Return to “Archived Suggestions”