itaditya / trick-or-treat-game

Play it for free here
https://trick-or-treat.netlify.com/
16 stars 17 forks source link

Add a hard difficulty mode which include obstructions in board. #48

Open itaditya opened 4 years ago

itaditya commented 4 years ago

A difficult mode of the game can be added.

  1. Add a query param in url say ?difficulty=high
  2. If this query param is added, on board at two empty spaces two boxes will be present. User's avatar can't cross the box, it has to go around it.
  3. If somebody finishes the game in high difficulty mode, 3 moves will be deducted from their moves count. This is done to give them some incentive to play high difficulty. Otherwise they won't be able to compete on ScoreBoard
trojano31 commented 4 years ago

can I take it?

itaditya commented 4 years ago

Sure go ahead!

trojano31 commented 4 years ago

When #20 will be merged? Cause it'll be way easier using hooks

itaditya commented 4 years ago

@trojano31 https://github.com/itaditya/trick-or-treat-game/issues/19#issuecomment-538662034