This is a heads-up poker game where two friends can compete with one another for a high-stakes pot! This game is written in React and Javascript and utilizes socket.io to run this game locally on different websockets.
Play heads-up poker with a friend with instant feedback and a clean UI!
Players can chat live in game using the chat box feature!
Utilizing websockets, this game can be uploaded to a virtual server
For Installing:
- Node
For Running:
- At the root of the project directory, use npm to install the server-side dependencies
npm installThis command installs all the server-side dependencies needed for the game to run locally.
- Use npm to run server
npm startThis command gets the server running on localhost port 5000.
- In a separate terminal, navigate into the client folder and use npm to install the client-side dependencies
cd client
npm installThis command installs all the client-side dependencies needed for the game to run locally.
- Finally, use npm to run client
npm startThis command gets the client running on localhost port 3000.
Head over to http://localhost:3000/ and enjoy the game! 🎉
<<<<<<< HEAD
