Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 609 Bytes

Scrabble game implementation made with python.

There are 2 entry points, either game.py or screen.py game.py is a console implementation and the game is played on the console. screen.py is the same concept translated into a graphical interface.

This is a 2 player turn based game where each turn a player can skip/place or draw a new letter. There is a board with bonuses, and by the end the player with the most points wins.

Image of gameplay on console Image of gameplay on graphical interface