Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 290 Bytes

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