Scrabble is a classic word-building game where players create words on a board to earn points.
Our team — CMDevs — decided to recreate the core mechanics of Scrabble using pure C++ with a fully-fledged console interface.
This project was developed as a part of our school programming initiative to improve our understanding of:
- C++ software and game development
- console UI mechanics
- teamwork
This project was created by:
- SAKostin - Scrum Leader
- SVRomanchneko - Backend Developer
- OVBondarenko - Frontend Developer
- SAChapkina - Designer
- vim and Visual Studio Code - code editing
- MinGW-w64 g++ - compiler
- Microsoft Teams - communications
- banner - main menu art
- Use the provided executable in Releases
- Use the provided Makefile
- Use MinGW-w64 g++ compiler
You must have either the provided or your own words file, containing the word list. If you choose to use your own word list, the words must be sorted by length, ascending.
