Creating a game like SCRABBLE/ online functionality?
This is two separate questions/topics, but they are related, so I will post in the same thread.
I am working on a game that is a Scrabble variant. I've got the basic functionality down, but I have to create a system to check for valid words. I assume that most games that use this type of functionality either connect to some type of server to do a check or (less likely) they use a massive array. Does anyone know where I can find some sort of documentation to show me how to do this? Have searched various topics over the last few days, haven't found anything useful.
Secondly, can anyone provide a link to documentation that shows how to code an online multiplayer game (i.e. a game in which players directly compete against each other). Would like to test out some ideas on a fighting game and checkers type game.
Thanks in advance!
