Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 871 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 871 Bytes

LetterBoxed

Welcome to the LetterBoxed project! This repository contains a C/C++ implementation of the popular word puzzle game, LetterBoxed.

Introduction

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.

Installation

To compile and run the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/letterBoxed.git
  2. Navigate to the project directory:
    cd letterBoxed
  3. Compile the code:
    g++ -o letterBoxed src/game.cpp
  4. Ensure that the source files use the UNIX file format (LF) for line endings. (On linux)
    dos2unix words.txt
  5. Run the program
    ./letterBoxed