项目作者: toto-castaldi

项目描述 :
connect-four game
高级语言: JavaScript
项目地址: git://github.com/toto-castaldi/connect-four.git
创建时间: 2019-09-06T09:53:47Z
项目社区:https://github.com/toto-castaldi/connect-four

开源协议:GNU General Public License v3.0

下载


CONNECT-FOUR

It is a web version of the Connect Four game written in P5JS.

Here is the online version.

Develop

It requires NodeJS (developed with v10.16.0, you can use even a greater version) installed locally and a Browser like Google Chrome

  1. //download modules after clone
  2. > npm install
  3. //develop locally with auto-reload
  4. > npm run start
  5. > google-chrome http://localhost:8080
  6. //build
  7. > npm run build
  8. > google-chrome dist/index.html

Written with StackEdit