Welcome to the LetterBoxed project! This repository contains a C/C++ implementation of the popular word puzzle game, LetterBoxed.
LetterBoxed is a word puzzle game where players must create words using letters arranged around a box. The goal is to use all the letters while adhering to specific rules about letter placement.
To compile and run the project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/letterBoxed.git
- Navigate to the project directory:
cd letterBoxed
- Compile the code:
g++ -o letterBoxed src/game.cpp
- Ensure that the source files use the UNIX file format (LF) for line endings. (On linux)
dos2unix words.txt
- Run the program
./letterBoxed