Skip to content

Client/Sever poker app. Service where players can register and spawn online poker games. Includes full typescript poker engine. Front end uses vue.js. Backend is a node.js typescript server using socket.io for game delivery.

Notifications You must be signed in to change notification settings

Gibsondz/Web-Based-Poker

Repository files navigation

Web-Based-Poker

How to build Project:

  1. type npm install in base folder
  2. type npm run serve in the client folder.
  3. run the server folder in "vs code" debug mode.
  4. The page will be served at the port the client serve says.

How to run engine tests:

  1. type npm test.
  2. This is currently set to run any tests in the Engine/tests folder. This is to ensure engine stability whith changes and to help to test driven development for new features.

Issues with npm install with regards to sqlite3:

https://stackoverflow.com/questions/58073775/error-with-node-pre-gyp-when-installing-sqlite3

About

Client/Sever poker app. Service where players can register and spawn online poker games. Includes full typescript poker engine. Front end uses vue.js. Backend is a node.js typescript server using socket.io for game delivery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages