Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Jan 19, 2024
1 parent 054ef07 commit d1faf01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ The object of the game is to identify a 'SET' of three cards from 12 cards place
A set contains of three cards in which each of the cards' features, looked at one-by-one, are the same on each card, or, are different on each card.
If two cards are the same and one card is different in any feature, then it is not a SET. A SET must be either all the same or all different in each individual feature.

In easy mode, the game starts with 9 cards instead of 12 and without the shading feature. This makes it easier to find a SET.

## Screenshots

<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen1.png"><img src="assets/screen1.png" width="150px"/></a>
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen2.png"><img src="assets/screen2.png" width="150px"/></a>
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen3.png"><img src="assets/screen3.png" width="150px"/></a>
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen4.png"><img src="assets/screen4.png" width="150px"/></a>
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen5.png"><img src="assets/screen5.png" width="150px"/></a>

## Features

Expand Down
Binary file modified assets/screen4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screen5.png
Binary file not shown.

0 comments on commit d1faf01

Please sign in to comment.