skip to content

La Brisca

I wrote a turn based card game using JavaScript for fun

I have just finished an experiment I have been doing in my free time. It is a small card game called brisca played with the Baraja Española or Spanish Deck.

It has been done in Javascript, all client-side without any backend (feels refreshing! :). I have used volo.js, require.js and some components, like backbone events. It was a small project but still had some logic and was fun to test it with jasmine and allowed to play with async stuff like animations or player interaction integrating them in the game’s logic.

Also, I had to draw the cards! Here you have all of them:

baraja española

You can play it here:jugar a la brisca.