This system seems to be working reasonably well. However, because so many current players are old pros from the tangleword days, there are players that should have 3000+ ratings (according to their scores), but are still stuck down in the 1600s. In my opinion, the ratings system is about accurately measuring the abilities of a person relative to the other players in the room. And it could be doing a better job.
The alternative rating system I'm thinking about is (I believe) based on the tangleword approach. Add each score in a room, then add each rating in the room, then divide the sum of the scores by the sum of the ratings. Then to get each person's "expected" score, multiply that quotient by each person's rating. If a person's score is higher than this expected score, it goes up, and it goes down if it is lower. Indeed, this seems like a good plan and ratings are directly tied to relative scores, which is a good thing. I'm still mulling over whether I want to make the change, but it could happen. If it does, then ratings will become MUCH more volatile than they currently are. Some people will go way up and some will go way down. But it will be fair.
Edit:
The game server is back up.
Here are the changes since last time:
In forum news, Alex is working hard and he's shown me some previews: they look great! I can't wait to get that up and live for you guys because you're going to love it!
Update:
The game is back up. Here are the changes for today:
I made a few changes to the site this morning as well:
Since the server crashed last night, I was able to find the culprit: python's _mysql module. Not that the module itself was to blame, no, it was more my ignorance. Apparently, a mysql connection cannot be used between threads, which is something I'm pretty sure I was doing. The result is that I've made some changes that should make the mysql calls thread safe (I hope). I'm pretty new to threaded python programming, so there will probably be a few more bumps along the way, but things will eventually get better.
I don't currently have any plans to make money off of Cobra Dragon Games, but I've put up a paypal "Donate" button on the homepage so that people could donate money in support of the site if they wish. Running this site is not free for me, but don't feel obligated to make a donation unless you want to. I just wanted to put the option out there for the people that do. FYI, there is no set amount, so you can donate ten cents or ten dollars, it is entirely up to you.
In other news, we've had a pretty good influx of players in the past day or so. Welcome everyone! I understand that everyone misses mousing and board rotating in Serpentine, and I will make an effort to at least put in board rotating. I can't promise mousing, but I'll take a look at how hard it would be to do.
I've taken some recommendations to heart and have switched up the room system a bit to incorporate the suggestions. Let me know how you feel about the changes!
NOTE: As of today my nickname is "adamplumb" instead of "Atticus" so people can know who I am more easily.
In addition, I've added a "Your Stats" table to your account information so that you can see your game information in one place. When more games are added, this will be more useful. I'm also thinking about adding more types of stats.
Finally, I've been needing to write a remote client that I can use to control the server, and today I made my first steps to do so.
There were some changes that I'd like to mention:
The big thing right now that I want people to watch out for is the ratings system. Yeah it works, but it's pretty experimental, and I'm going to be tweaking it for a while to try to get it just right. The purpose of the ratings system is really to show you how you stack up against others, and to make it so really experienced players can't go into the beginner room(s) and tear the place up. I have a plan to separate ratings up into groups, like beginner, intermediate, and advanced, but I'm thinking of giving the group names a more snakey/dragony theme. Suggestions are always appreciated!
Finally, I started some initial planning/work on the next game hopefully coming to the site, called Hiss. It's a play on the real name (that I heard of through jenny), Boo. The idea of the game is you have a few players in a match. The first player starts with a single letter, then the next player has to add a letter to that, and so on. Then it goes around and around until they've either created an invalid word or completed a valid word (and there are no more valid words). It should be quite fun, and will let me set up some new server logic for creating/joining matches that I didn't have to do for Serpentine.
You may be wondering about the bizarre snakey-type names on this site. What started out as an inside joke between my girlfriend, Jenny, and I, has blossomed into a full-on obsession with the Cobra Dragon theme. Hence the name of the site, and the name of my first game: Serpentine.
The rules of Serpentine are exactly as you may or may not remember them from Tangleword. There is a 4x4 (or 5x5) sized board of random letters. You, as the player, must find as many valid words from consecutive letters (side-to-side or diagonal touching) as possible. Each word must be at least three letters, for which you get one point. Each additional letter beyond three will net you an extra point (i.e. a five letter word gets you 3 points). In addition, if you are the first person to get a certain word, you get a one point bonus! The game runs in roughly two minute rounds, with a short intermission between rounds. Furthermore, I've also carried over the ratings system from playsite.com, such that each player starts with a rating of 1200, and that rating will increase or decrease based on your score and rating relative to the other players in the room.
One final thing I wanted to mention is that Serpentine is the first of what I hope are many games to come. I have a real fondness for multiplayer puzzle/word/card games, and you can expect these to show up as I make them.