Skip to content

BazettL/Poker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texas Hold'em

alt text

Information

A Java application simulates a Texas Hold'em game and emits the current game state as JSON via a WebSocket connection to the web client. The AngularJS-based client renders the poker table and all the information the player needs and sends turn data to the server over WebSockets to advance the game.

How to run

  • Install dependencies with Bower and Maven
  • Start server with the "spring-boot:run" Maven goal
  • Go to localhost:8080 in browser

About

Java + AngularJS Online Texas Hold'em Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 75.9%
  • HTML 13.4%
  • JavaScript 8.2%
  • CSS 2.5%