Play Hive online (http://hivega.me)

Chat handler

orfestTue May 5 22:48:09 UTC 2020

Add chat widget

orfestTue May 5 22:12:22 UTC 2020

AJAX POST request to make a move.

orfestSat Mar 28 11:34:51 UTC 2020

Displays and performs (pretends) MOVE moves.

orfestTue Mar 17 00:52:41 UTC 2020

Data-driven rendering of Hand, using d3.join(). Simplifies interaction between selecting ADD and MOVE moves

orfestWed Feb 26 08:16:56 UTC 2020

Represent possible moves as index

orfestMon Feb 24 21:43:47 UTC 2020

UI shows possible ADD moves

orfestMon Feb 24 21:15:13 UTC 2020

Dockerfile to deploy to gcloud

orfestSun Feb 16 17:43:33 UTC 2020

Resolve glibc problems by using docker to build the app

orfestSun Feb 16 13:56:23 UTC 2020

Use field given by the server instead of the hardcoded one

orfestSun Jan 26 17:45:37 UTC 2020

Replace lastMoved with history for simplification and replayability

orfestSun Jan 26 17:35:04 UTC 2020

Simplify imports by re-exporting important abstractions by Game.hs && return a non-empty field

orfestSun Jan 26 17:19:41 UTC 2020

Avoid AJAX and generate GameMetadata on the server

orfestSun Jan 26 12:46:09 UTC 2020

Mouse hover works

orfestSat Jan 25 20:04:01 UTC 2020

Render hands and add mouseover events.

orfestSat Jan 25 12:57:16 UTC 2020

Game.julius makes an AJAX call to get the game state.

orfestTue Jan 21 21:23:01 UTC 2020

username and gameid are now option to make debugging easier

orfestTue Jan 21 19:38:59 UTC 2020

gameState won't be a string in cookies, but will be retrieved as json using ajax.

orfestTue Jan 21 19:26:34 UTC 2020

Rewrite client-side to ES6.

orfestTue Jan 21 19:24:36 UTC 2020

Moving of QUEEN and BEETLE

orfestSun Jan 19 21:33:35 UTC 2020

Move move-specific functions to a separate module

orfestSun Jan 19 18:46:10 UTC 2020

Move Game struct to a separate module

orfestSun Jan 19 18:41:22 UTC 2020

Move Move struct to its own module

orfestSun Jan 19 18:09:15 UTC 2020

Split Field functions into Field.hs

orfestSun Jan 19 18:04:13 UTC 2020

Move HexPos to HexPos.hs

orfestSun Jan 19 17:36:52 UTC 2020

Split HexPos and Tile into separate modules.

orfestWed Jan 8 21:15:23 UTC 2020

Tests for Tile.hs

orfestTue Jan 7 19:55:15 UTC 2020

Formatted

orfestTue Jan 7 00:37:19 UTC 2020

Move Hands and Bug+Who+Tile to separate modules.

orfestTue Jan 7 00:35:33 UTC 2020

Forgot to attach the modules themselves for finding articulation points.

orfestSun Jan 5 22:37:50 UTC 2020