Remake of the legendary and now removed Miniclip game of the past: Anagram Magic (in Elm/Go)
1. cd server
2. go run main.go
1. cd client
2. npm install
3. npm run dev
- Start search
- Wait for another player to begin searching
- Select letters to make the longest word you can think of that uses the largest letter multiplier possible (two letters will have a x2 and x3 bonus applied each round)
- For the final round, be the first to solve the nine-letter word for 9 bonus points
- Whoever has the most total points after the final round wins the game
- The entire game can be played from start to finish with just the "Enter", "Spacebar", "Backspace", and letter keys