Skip to content

itaylayzer/Poker

Repository files navigation

Poker IO

play: https://itaylayzer.github.io/Poker/

inspired by google sollitare (credits inside)

How to run the project

theres src/config.ts file that is hidden (inside .gitignore file), that his structure is:

export default {
	CODE_PREFIX: <string> // required,
	PEER_SERVER_HOST: <string?>, // optional
	PEER_SERVER_PORT: <number?>, // optional, default 443
	PEER_SECURE: <boolean?>, // optional, default false
	PEER_DEBUG_LEVEL: <number?>, // optional, default 0
};

NOTICE: theres react router, but the build will not create 404.html. thats because its unique pages are for development eyes only.

Credits:

without those assets the game wasn't exists

  1. Model Credits:
  1. Texture Credits:

Dependencies:

  • Three.js
  • Peer.js
  • React.js

ToDo List:

  • Splitting Money Mechanizm
  • Effects
  • Mii
  • Voice Call
  • Game & Custom Modes