Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 414 Bytes

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