/texas-holdem

Texas Hold'em multiplayer game | Made by avivk9

Primary LanguageJava

peepoPoker Texas Hold'em peepoPoker

Usage:

  1. Compile all *.java files, using an IDE or command prompt
javac *.java
  1. Run the server Main.class compiled run file, using an IDE or command prompt
java server.Main
  1. Run as many clients as you want with the correct server ip
java client.Main

Goals:

  • Make a fully function server with n-clients that can communicate with each other classic_check_mark

  • Username & Password system classic_check_mark

  • Implement "Texas Hold'em" logic using Card class and else Working

  • Implement "Room" logic for multi-games on one Server

  • Upload the server to a cloud

  • Make GUI using JavaFX