This game provides an interactive word-building experience, letting players form valid words and track their scores in a terminal environment. It uses data structures to manage tiles, validate moves, and enforce rules, creating a challenge that tests both vocabulary and strategy.
- WSL (Windows Subsystem for Linux) is recommended for Windows users.
- Install GNU compiler tools and GDB debugger.
sudo apt-get install build-essential gdb
- Verify installation.
whereis g++
whereis gdb
Type help
in the game to see the list of commands.
make
./scrabble
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Weixi (Chrisio) Guan - [email protected]