Settlers

A React implementation of the board game "Settlers of Catan"

To run:

  1. Download or clone the repository.
  2. Install dependencies in top level folder by running npm install in Terminal.
  3. Install dependencies in sub folder topLevelFolder/client the same way as in step 2.
  4. Run npm start in top level folder.
  5. Run npm start in sub folder topLevelFolder/client.
  6. In web browser go to localhost:3000.
  7. Enjoy the game.

Screenshots

main screen

first player

second player

third player

fourth player