File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ If two cards are the same and one card is different in any feature, then it is n
18
18
19
19
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.
20
20
21
+ ## Features
22
+
23
+ * Singleplayer/Multiplayer mode
24
+ * "Easy start" mode
25
+ * Interactive GUI, game state representation as text-based UI
26
+
21
27
## Screenshots
22
28
23
29
<a href =" https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_1.png " ><img src =" assets/screen_1.png " width =" 250px " /></a >
24
30
<a href =" https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_2.png " ><img src =" assets/screen_2.png " width =" 250px " /></a >
25
31
<a href =" https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_3.png " ><img src =" assets/screen_3.png " width =" 250px " /></a >
26
32
<a href =" https://raw.githubusercontent.com/patzly/set-game-scala/main/assets/screen_4.png " ><img src =" assets/screen_4.png " width =" 400px " /></a >
27
33
28
- ## Features
29
-
30
- * Singleplayer/Multiplayer mode
31
- * "Easy start" mode
32
- * Interactive GUI, game state representation as text-based UI
33
-
34
34
## Docker
35
35
36
36
You can run SET in a Docker container. To do so, you need to have Docker installed on your machine.
You can’t perform that action at this time.
0 commit comments