eubinecto / word-chemist

The game of chemical reactions, except the chemicals are made of words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

word-chemist

Word-chemist: The game of chemical reactions, except the chemicals are made of words.

demo video

More details on the project can be found on our DevPost submission.

front

To start the front end:

cd fronword-chemist
npm install
npm start

back

end point description required parameters constraints
/word_chemist/all_choices returns all of the possible words to choose from ... ...
/word_chemist/add_or_sub returns top_n most similar words to the result of addition of subtraction on the two words. op, first, second, top_n op must be either sub or add
/word_chemist/src_dest returns a pair of starting word & destination word ... ...
/word_chemist/cos_dist returns a cosine distance from first to second first, second ...

About

The game of chemical reactions, except the chemicals are made of words.


Languages

Language:Python 49.1%Language:JavaScript 37.6%Language:HTML 8.6%Language:CSS 4.7%