Skip to content

nanda-gopal-sb/letter-box-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ implementation of the letter-boxed-game

Topics

Resources

Stars

Watchers

Forks

Languages