BINUS International Analysis of Algorithm Class' Project
View Demo
·
Report Bug
·
Request Feature
This project is a part of BINUS International Analysis of Algorithm class final project. Why we choose to make an AI for the game Connect Four as our final project is because this project is interesting and challenging in the same time.
First, you need to install the required dependencies:
For Linux:
# Arch Linux based distros
pacman -S nodejs npm
# CentOS or RHEL
dnf module install nodejs:<version>
# or
yum install nodejs
# Ubuntu based distros
apt install nodejs npm
For macOS:
brew install node
For Windows and macOS (alternative), install the nodejs through the installer provided by the nodejs website.
- Clone the repo
git clone https://github.com/fauzanardh/connect4-ai.git
- Install NPM packages
npm install
- Serve the app
npm run serve
- (optional) Build the app for production use
The app will be available inside the
npm run build npm run workbox-build-inject
dist/
folder and ready to be deployed.
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/fauzanardh/connect4-ai
Email: fauzanardh@gmail.com