Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 798 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 798 Bytes

Local multiplayer Scrabble using Pygame

Main features

  • Multiplatforms : Windows and Linux.
  • Multi-languages : English and French. (UI and Scrabble letters)
  • Multiplayers : Up to 6 players. (hotseat)
  • Multiresolution : Fullscreen or windowed up to 1920x1080.
  • Configurable : Open code. Change everything you want.

Main limitations

  • There is no dictionary to check the spelling. This means that misspellings will not be invalidated by the game.
  • Crash if you do do not respect the basic Scrabble rules. (Do not write diagonally or two words at a time)

Requirements for installation

  • python 3
  • lxml (python module for XML parsing)
  • pygame (python module for games)

See : '/documentation/README.md' for further information about installation.

Enjoy !