Skip to content

danoan/word-detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Codacy Badge

Word detective game

Word detective is a puzzle game in which the player should find all the missing words that can be created using only seven letters.

Given a list of words, builds

Features

  • Generate puzzles from custom text files, e.g. articles, books, list of words.
./app/render-word-detective/generate-game.sh books/jekyll.txt output/puzzle-html

Dependencies

  • jinja2
  • boost
  • nlohmann/json (shipped with)

Installation

cd ${WORD_DETECTIVE_SOURCE}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="${WORD_DETECTIVE_SOURCE}/install" -DCMAKE_BUILD_TYPE="Release" ..
make install

About

Word game which the goal is to find the words formed by seven letters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published