pisimulation / WordChallenge

Anagram game and anagram solver in pure JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Challenge

Anagram game and anagram solver in pure JavaScript

inspired by Playfish’s Word Challenge that doesn’t exist anymore

Play

https://pisimulation.github.io/WordChallenge

Anagram Game

  • Type as many words as you can in 50 seconds.
  • ENTER to submit the word.
  • Scores are based on Scrabble letter values (e.g. A=1 points, B=3 points, etc.)
  • Get extra 5 seconds for 3 consecutive correct words.
  • Words you missed will be reported when game ends.
  • High score will be stored in local storage as long as cookies aren't deleted.

Anagram Solver

Running time: O(n^2 log n) when n = number of all valid words

Tool Used

JavaScript, HTML, Bootstrap, Local Storage

Acknowledgement

  • Thank you NASPA Zyzzyva for providing dictionaries of valid words to Scrabble lovers all around the world. Zyzzyva was used at every Scrabble tournament I have gone to. I am excited to be able to use part of Zyzzyva open source for my personal Scrabble-like game project.
  • Thank you Duong Vu and Jason Wangsadinata for leading the amazing web development forum. Without the knowledge, I wouldn't be able to finish the whole game in less than 24 hours on my own.

About

Anagram game and anagram solver in pure JavaScript


Languages

Language:JavaScript 69.7%Language:HTML 17.6%Language:CSS 12.6%