Play fun and productive games with your office team, friends and family.
- Shuffled Word
- Fourth Number
-
You will be presented with a shuffled word.
-
You have to find the original word before time runs out :)
// In main method
ShuffleGame(Difficulty.EASY, 10).start()
-
You will be presented with three related numbers.
-
You have to find the fourth number before time runs out :D
// In main method
FourthNumber(Difficulty.EASY, 10).start()
- Create a score table in Google sheets with 5 rounds.
- Whoever gets more points wins.
- In case of tie, those players will play again.