Skip to content

Commit ae9886a

Browse files
authored
Update and rename README.txt to README.md
1 parent 8810556 commit ae9886a

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## About
2+
Rummikub is a tile-based game combining elements of the card game rummy and mahjong.
3+
4+
## Running/Playing
5+
- Minimum Java 8 required.
6+
- Run from `Main.java`.
7+
8+
## Rules
9+
https://www.rrrummy.com/en/tilerummy-rules.php
10+
11+
## Note
12+
- The "Highlight Timer" setting is used to show an AI's highlighted tiles (Using the `*` or `!` notation) after they make a play. It lasts for the specified amount of time (3 seconds by default) and then the tiles lose their highlight.
13+
14+
#### Other
15+
- School project for COMP 3004 (Software Engineering), Carleton University.
16+
- Design patterns/architectures used: Memento, Strategy, Observer, MVC.

README.txt

-9
This file was deleted.

0 commit comments

Comments
 (0)