Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Releases: kenan-rhoton/card-game

v0.1.0 - Launch

27 Feb 19:10
Compare
Choose a tag to compare
v0.1.0 - Launch Pre-release
Pre-release

We have a functioning app!

It's still not quite ready, and as such the process to use it is quite weird:

  1. Launch docker-compose build && docker-compose up using Docker.
  2. Modify your /etc/hosts file to map backend and frontend to 127.0.0.1 just like localhost.
  3. Visit localhost:8080 in your browser, and hit Create Game.
  4. Copy the join link into another browser tab or window and...
  5. Play against yourself!

The rules as of v0.1.0 are:

  1. There are 5 game rows
  2. Players each start with 12 cards of value 10
  3. Simultaneously, players choose a card to play to a game-row. When both are done choosing, they are revealed.
  4. This is repeated until all cards are played.
  5. *Upon having played all cards, each player gets one point awarded per each front where he has a higher score than his opponent.
  6. *The player with the most points wins, or both players tie if they have the same number of points.

* 5&6 are still to be actually implemented in frontend.