Skip to content

ksk5280/carcassonne

 
 

Repository files navigation

Carcassonne

A tile-based board game for 2-5 players. Players take turns placing tiles and followers onto the board. Tiles and followers cannot be placed on invalid positions. Players can keep track of their scores.

The game is built with JavaScript, jQuery and GreenSock for animations.

carcassonne

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

About

Carcassonne - A tile-based strategic board game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 1.5%
  • CSS 1.3%