A.
Board Game
Challenge

Board Game

💥 3 day challenge to build and deploy the board game. 💥

reactant-designreact-query

Description

You’ve been selected as the new knight from King Arthur himself. Some bandits raided the local towns and stole some valuable items from the people. You need to collect those items and bring them back to the town folks. You will have to sneak into their base and collect all items without being detected, so stealth is your best friend.

Rules:

  1. Create a board of 20x20 cells.
  2. The player will always spawn on (0,0) location of the board. (top left corner)
  3. Enemies can spawn randomly on different locations of the board.
  4. Items should also be spawn randomly on different locations of the board.
  5. The player will move to the item location using keyboard (up,down,left,right) arrow keys.
  6. You need to pick all items by moving to the cell block of the items.
  7. Avoid touch enemies, because if you do, you’ll die immediately.
  8. Complete the challenge in shortest amount of time.

Goal: Player needs to collect all items in shortest amount of time.

Tech-Stack

Related projects