nico d428f0ac35 Squashed commit of the following:
commit ba361b5f0b
Merge: e8ad4d5 dbfd26b
Author: Nico <ainililia@163.com>
Date:   Wed Nov 14 16:44:54 2018 +0800

    Merge pull request #9 from abbychau/master

    Fix english grammatical errors

commit dbfd26b91e
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:24:19 2018 +0900

    add space

commit 1ea32fe93d
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:16:18 2018 +0900

    fix words and formats

commit a5cc4e1a08
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 17:02:15 2018 +0900

    fix 's

commit 42dcd95b07
Author: Abby <abbychau@gmail.com>
Date:   Wed Nov 14 16:57:54 2018 +0900

    Fix english grammatical errors

# Conflicts:
#	landlords-client/src/main/java/org/nico/ratel/landlords/client/event/ClientEventListener_CODE_SHOW_OPTIONS.java
2018-11-14 17:23:59 +08:00
2018-11-14 13:50:39 +08:00
2018-10-30 21:24:47 +08:00
2018-11-12 15:30:27 +08:00
2018-10-16 20:00:52 +08:00
2018-11-13 13:06:43 +08:00
2018-11-12 18:23:00 +08:00
2018-11-14 17:23:59 +08:00

What Is This?

This is a game against landlords

The difference is

It is done from the command line

How To Begin?

Maven packaging

git clone https://github.com/ainilili/ratel.git
cd ratel
mvn install package

Then, Perform landlords-client and landlords-server jars folder inside the target directory

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 !

Looking For Players

Join the qq group 948365095

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 !

demo

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 Joker Bomb

┌──┐──┐
│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
  • Ratel designs cross-platform and welcomes client rewrite in other languages
  • Contact us by email ainililia@163.com
S
Description
命令行斗地主、德州扑克!
Readme Apache-2.0
6.5 MiB
Languages
JavaScript 84.1%
Java 14.6%
HTML 1.1%
Dockerfile 0.2%