Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

File metadata and controls

10 lines (8 loc) · 479 Bytes

Dimond Chase is a two-player strategy game played between the AI and the user, built using Python and Pygame.

Rule of the Game:

  1. The board is of diamond shape
  2. Each player starts with 6 beads
  3. Beads can only be placed in the interecting point
  4. One bead can move to its neighbouring intersecting point
  5. If all the neighbouring intersecting point of a bead is occupied then that bead will be considered as dead
  6. The one who lose 3 beads wii be considered as looser