SSoelvsten / wordrow

A modern version of Text Twist

Home Page:http://wordrow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordrow

Wordrow is a reimplementation of the classic internet puzzle game Text Twist as a static webpage with a modern and sleek design.

Image of game

The main branch is split in three:

  • dict A (modified) copy of dictionaries for certain languages. These are used with the program in game_gen to generate all of the games.

  • game_gen: A C++ application that generates the json file of all games efficiently with the Anatree data structure.

  • game The source files for the game logic run in as a static website in the browser.

These are precompiled into the final game served on the gh-pages branch.

License

The software and documentation files in this repository are provided under the GPL v3 license.

About

A modern version of Text Twist

http://wordrow.io

License:GNU General Public License v3.0


Languages

Language:TypeScript 51.7%Language:SCSS 22.2%Language:C++ 20.4%Language:Makefile 3.4%Language:HTML 1.9%Language:CMake 0.3%