No description
Find a file
Jack Wines b77656a96b ci fixes
2020-07-31 00:58:49 -04:00
app misc, prep for eventual flipbook 2018-07-17 07:28:55 -04:00
src misc, prep for eventual flipbook 2018-07-17 07:28:55 -04:00
static misc, prep for eventual flipbook 2018-07-17 07:28:55 -04:00
test It works! 2018-04-15 22:43:01 -05:00
.build.yml ci fixes 2020-07-31 00:58:49 -04:00
GoGame.cabal cleanup and CI 2020-07-30 20:50:05 -04:00
LICENSE GoBoard works, nothing else does 2017-12-02 21:22:35 -05:00
package.yaml bugs 2018-05-13 16:36:38 -07:00
README.md cleanup and CI 2020-07-30 20:50:05 -04:00
Setup.hs GoBoard works, nothing else does 2017-12-02 21:22:35 -05:00

builds.sr.ht status This takes a game of go, represented as a series of moves, applies the rules for each move, and then outputs them as svg using blaze-svg. It then uses scotty and makes a fully-functioning website that lets you play a game of go with anyone anywhere. Using websockets, moves your opponent makes update in real time.

These already exist, but they require logins and whatnot. This one doesn't.

To run:

  • make sure you have stack installed.
  • Run the following (this will take a while).
stack build +RTS -I0
stack exec-GoGame-exe