Coherent Chaos is a web-based hexagonal checkers-like board game. 2 players compete to capture each others' pieces while the hexagonal game board shrinks.
For web setup, please see /web
.
For mobile setup, please see /mobile
.
- SSH into appropriate server (eg. via PuTTY)
screen -r
orscreen
to open or reopen the server screenctrl + c
to kill the server (if applicable)git clone [this repo]
orgit pull
to pull in the projectgit checkout [develop or master]
to select the correct branchcd
into/web/client
and runnpm install
, then runnpm run [build or build-prod]
cd
into/web
and runnpm install
, then runnpm run start
ctrl + a
thend
to exit the screen- You may now disconnect your SSH session
This repo is duplicated from ZackHJ/comp4350-project
and is intended as a fork of the project.
Perhaps I'll come back to this later and develop it further.