Skip to content

andybalaam/foursies

Repository files navigation

Foursies

A deceptively simple two-player board game.

Play

Try it out at http://andybalaam.github.io/foursies

Build

make setup  # Installs node, elm and all dependencies
make        # Builds and runs tests
make run    # Launches a server so you can play on localhost