- Basic playable version
- Allows 1-4 players
- Player can place tiles on the board
- Player scores are calculated
- Tile placement validation
- Logging of games
- The build system has been changed to Cmake
- Premium squares are applied only if tiles from the current play are placed on them
- Players prompted only if their racks are not empty, avoiding unplayable game state
- Infinite game loop fixed
- Perform input validation
- Show details of currently made play
- Play confirmation
- Added option to quit the game
- Remove lingering debug messages
- Correct board layout
- Added commands to show scores and skip turn
- Updated help text
- Cleaned up player prompt
- Added Doxygen documentation