Connect4 Game with Vue JS
- First you need to make sure that you have the latest
Node.js
installed. If not you can download and install it from Node.js Downloads Page. - Clone this repo and go to the
Connect4
directory
git clone https://github.com/saadullah01/Connect4.git
cd Connect4
- Start the game server
node src/server.js
- Now start two game clients by opening
src/client.html
in two different tabs/windows of your browser (preferably Google Chrome). - Press 'New Game' for both clients and start playing the game. Have Fun!!