Skip to content

Commit 73cf28f

Browse files
committed
Improve README
1 parent 8482d49 commit 73cf28f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ If two cards are the same and one card is different in any feature, then it is n
1818

1919
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.
2020

21+
## Features
22+
23+
* Singleplayer/Multiplayer mode
24+
* "Easy start" mode
25+
* Interactive GUI, game state representation as text-based UI
26+
2127
## Screenshots
2228

2329
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_1.png"><img src="assets/screen_1.png" width="250px"/></a>
2430
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_2.png"><img src="assets/screen_2.png" width="250px"/></a>
2531
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_3.png"><img src="assets/screen_3.png" width="250px"/></a>
2632
<a href="https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_4.png"><img src="assets/screen_4.png" width="400px"/></a>
2733

28-
## Features
29-
30-
* Singleplayer/Multiplayer mode
31-
* "Easy start" mode
32-
* Interactive GUI, game state representation as text-based UI
33-
3434
## Docker
3535

3636
You can run SET in a Docker container. To do so, you need to have Docker installed on your machine.

0 commit comments

Comments
 (0)