Skip to content

vincentkslim/Poker

Repository files navigation

Multiplayer Texas Hold'em in Java

This repository contains a recreation of Texas Hold'em in Java. The GUI uses Java Swing standard library and multiplayer functionality uses Sockets.

Notes for use:

  • Both the server and the client(s) must be on the same network
  • Each of the clients must have both PokerClient.java and Card.java
  • The server must have every class in the folder except for PokerClient.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages