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
|