Skip to content

I miss playing cards with my friends. Lets fix that.

Notifications You must be signed in to change notification settings

acolavin/cambio-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cambio-backend is Flask-SocketIO back-end service, which takes care of game logic.

cambio-frontend is a React.js front-end rendering and user interface.

Development Instructions.

Cambio Backend

  1. Install miniconda (or whatever python package manager)
  2. conda env create -f environment.yaml (or install the dependencies in that file)
  3. Enter into the environment with conda activate cambio
  4. Run the server with python -m cambio-backend.app

Cambio-Frontend

  1. Install node (e.g. brew install node)
  2. Install required packageds: npm install package-lock.json
  3. npm run start

About

I miss playing cards with my friends. Lets fix that.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published