Skip to content

December 2020 - Software Engineering course group project; Quoridor board game written in Java; Unit testing, Javadocs.

Notifications You must be signed in to change notification settings

tarun010/quoridor

Repository files navigation

Quoridor

Quoridor game implemented in Java.

Quoridor-Gameplay

Click here to watch the project presentation.

Game Rules

This is a 4 player grid based board game, the objective is to move your pawn all the way to the opposite direction to win.

  • On their Turn Every Player has 2 options either to move their Pawn one block in any direction (Forwards, backwards or sideways) or place a block
  • A player will have 5 blocks, the block will prevent someone else to go across the board

image

  • You can never fully block someone in the game which will prevent them to the other side of the board, you will have to leave space for their pawn to move.

image

  • One block will take 2 spaces of the grid.

image

• Once the fence is placed it cannot be removed.

Requirements

Setup

  • Open a terminal/command line session.

  • Clone this repository.

      git clone https://github.com/tarun010/quoridor.git
    
  • Open directory src

  • Run the Quoridor.jar file.

      java -r Quoridor.jar
    

Play!

About

December 2020 - Software Engineering course group project; Quoridor board game written in Java; Unit testing, Javadocs.

Resources

Stars

Watchers

Forks