Skip to content

OfekShaltielDev/Pocket-Poker-Revamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket-Poker

Group 40. This project involves the team creating a poker game that collects data on winning hands and process that collected data to create a report for players to see previous game data and improve their gameplay for future games. There are multiple portions of the project that were built: a front-end web app, the poker game built using Unity, back-end app, a database, and an analysis engine. Users should be able to play a virtual poker game using simulated money to enhance their skills

Setup

overall setup

  1. Change directory into pocket-poker cd pocket-poker

  2. Install npm dependencies npm install or npm i

Python Set up

  1. Change directory into API files cd src/api

  2. Make a virtual environment for dependencies python -m venv venv

  3. Activate venv using .\venv\Scripts\activate

  4. Install the dependencies all at once using pip install -r requirements.txt

  5. Run the flask server with flask run

Run the Project

  1. Start the react server npm run start

About

Senior Design Project migrated to Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors