Skip to content

Jenell-w/Connect-4Linguals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4 Linguals is a 2 player game, updated in real time, where players select a topic and enter words in order to get 4 in a row. To run the game you must install some dependencies as listed below. All game data is saved in HarperDBCloud database so as to easily retrieve it for future use. User data is stored securely.

Running -In one terminal tab:

  1. cd client
  2. npm install
  3. npm install vue-router
  4. npm install socket.io-client vue-socket.io --save
  5. npm run build

-In a new tab:

  1. cd server
  2. pipenv install
  3. pipenv install requests
  4. pipenv install bcrypt
  5. pipenv install flask-socketio
  6. pipenv install gevent
  7. pipenv run python app.py

About

Connect 4 Linguals interactive game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published