Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
/ word-centipede Public archive

A game where you combine the tail end of words with the front end of other words to make a seamless "word centipede"

Notifications You must be signed in to change notification settings

kunalbhat/word-centipede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently under development

Word Centipede

Word Centipede analyzes two consecutive words and calculates the overlap. The "overlap" is defined as such: begins with the second word, and is matched backwards in the first word to find shared 'chunks'. The chunk must be originated from the second word, starting with it's first character, and the match must terminate at the first word's last character.

Example

adjacent and centipede where cent is the calculated overlap. The resulting combination would be adjacentipede. This could continue infinitely.

Scoring

TK

About

A game where you combine the tail end of words with the front end of other words to make a seamless "word centipede"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published