Skip to content

Commit

Permalink
Merge pull request ainilili#3 from ainilili/dev1.1.0
Browse files Browse the repository at this point in the history
readme修正
  • Loading branch information
ainilili authored Nov 12, 2018
2 parents b15fead + 71577a7 commit a6eef8a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 6 deletions.
68 changes: 62 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## What is this?
## What Is This?
This is a game against landlords

The difference is

It is done from the command line
## How to begin?
## How To Begin?
Maven packaging
```
git clone https://github.com/ainilili/ratel.git
Expand All @@ -17,10 +17,66 @@ java -jar landlords-server/target/landlords-server-#{version}.jar -p 1024
java -jar landlords-client/target/landlords-client-#{version}.jar -p 1024 -h 127.0.0.1
```
Start a fun game !
## How to play?
## How To Play?
You can create a server by yourself, or you can connect to public server with ip ``39.105.65.8`` by your client !

## Pull request
Push your code to the master branch, and we'll merge good code
![demo](demo.gif)

Contact us by email ``[email protected]``
#### Choose Poker
```
┌──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐──┐
│3 |4 |5 |6 |7 |8 |9 |10|J |Q |K |A |2 |S |X |
│♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ |♦ | | |
└──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘──┘
```
Above is the result of sorting the 3 to big ACES in small to big order

If you want to choose **Link**
```
┌──┐──┐──┐──┐──┐
│7 |8 |9 |10|J |
│♦ |♦ |♦ |♦ |♦ |
└──┘──┘──┘──┘──┘
```
You can enter ``7890j`` or ``789tj``

If you want to choose **The king of Fried**
```
┌──┐──┐
│S |X |
│ | |
└──┘──┘
```
You can enter ``sx``

This is a table for poker alias
```
poker-> │3 |4 |5 |6 |7 |8 |9 |10 |J |Q |K |A |2 |S |X |
alias-> │3 |4 |5 |6 |7 |8 |9 |T t 0|J j|Q q|K k|A a 1|2 |S s|X x|
```
- If you don't want to play in a turn, you can enter ``pass``
- If you want to quit during a round, you can enter ``exit``

#### Play the rules
Here's the retel backed poker combination
```
3
sx
33
333
3334
3333
34567
33344
334455
333345
33344456
33334455
3334445566
333344445678
3333444455667788
```
## End
- If you have good code, you are welcome to submit it to us and we will incorporate good code
- If you find some bugs in use, please mention issue to us
- Contact us by email ``[email protected]``
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6eef8a

Please sign in to comment.