PyScrabble project is an online, multiplayer Scrabble game.
Please note that Scrabble is a registered trademark of Hasbro Inc.. Myself, nor this game are affiliated with Hasbro in any fashion.
Written by Kevin Conaway.
Here are some key features of "PyScrabble":
· Ability to chat with all users connected to a server.
· Ability to play in simultaneous games.
· Use of Official Scrabble Two-Twelve word-length dictionary for word lookup.
Requirements:
· Developed entirely in Python.
· Uses the Twisted framework for event-driven, asynchronous network programming.
· PyGTK for windowing.
What's New in This Release:
· Fixed server to properly delete games
· Fixed a variable namespace issue on the server
· Fixed an issue on the server that permitted users to login more than once
Product's homepage