browser Go (baduk/weiqi) application for two players.
Find a file
2019-07-26 09:59:47 -07:00
css Set up boilerplate 2019-07-26 09:59:47 -07:00
js Set up boilerplate 2019-07-26 09:59:47 -07:00
index.html Set up boilerplate 2019-07-26 09:59:47 -07:00
README.md Initial commit 2019-07-26 07:59:55 -07:00

SEI-CC-4 - Build a Browser Game

Connect Four

After this repo is cloned, you will be able to syncronize with its most recent commit by running the following two commands:

  1. git fetch --all
  2. git reset --hard origin/master

Note that running the above commands will completely replace all of the files with those in the repo - ANY CODE YOU HAVE WRITTEN WILL BE REPLACED.