/dots-game

:black_nib: browser version of a classic paper-based game

Primary LanguageJavaScriptMIT LicenseMIT

dots-game

license deps code size

html5 version of a classic paper-based game

------------------------------------
  x x x     x x x    x x x    x x
  x    x   x     x     x     x
  x    x   x     x     x      x x
  x    x   x     x     x         x
  x x x     x x x      x      x x
------------------------------------

· · · · · · · · ·
· · · · · ● ● · ·
· · · · ● · · ● ·
· · · · ● · · ● ·
· · ● ● · ● ○ ● ·
· ● · ○ ○ ○ ● ○ ·
· ● · ○ ○ · ● ○ ·
· · ● ● ● ● ● ○ ·
· · · · · · · · ·

Setup

$ npm i               # install deps
$ npm run dev         # run a local dev server
$ npm test            # run unit tests
$ npm run build:prod  # produce a build artifact
$ npm run deploy      # deploy to GitHub pages