anindyasen / Hangman

A classic word game.
0 stars 0 forks source link

APIs for inserting new words in the word pool #2

Open anindyasen opened 3 years ago

anindyasen commented 3 years ago

Currently there is a very small pool of words from which it is picking up words. Some API is needed so that new words can be added to the pool keeping in mind the following things:

  1. No duplication
  2. Size of the word should checked
anindyasen commented 3 years ago

Added the issue for hacktoberfest 2021