A web-based application that lets you play Connect 4 against friends, random users, or a CPU.
This applications requires:
Node.js
boardgame.io
Instructions on how to install these depencencies within the project directory is located below.
After downloading or cloning the repository, open your terminal and within the project directory, run:
npm install
npm install boardgame.io
This step only needs to be performed once.
Afterwards, the project can be run in development mode by running the following command within the project directory:
npm start
The website will run on http://localhost:3000 in your browser.
Any locally saved changes will automatically reload the page and implement the changes.
This project was bootstrapped with Create React App.
This section was automatically generated by Create React App.
In the project directory, you can run:
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.