AndreyArguedas / Connect4

Coding a multiplayer web Connect4 game with Node.JS, Socket.IO and P5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect4

Coding a multiplayer web Connect4 game with Node.JS, Socket.IO and P5.js

Deploy to heroku:

-- Do an "npm install" to download packages

-- Test the app with "npm start"

1- Open a CMD in your project

2- In the cmd type "heroku login" and login

3- Type heroku create //You need to do this just once

4- git push heroku your_branch:master //If using master just do git push heroku master

5- heroku ps:scale web=1

6- heroku open

About

Coding a multiplayer web Connect4 game with Node.JS, Socket.IO and P5.js


Languages

Language:JavaScript 87.2%Language:HTML 12.8%