Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 402 Bytes

PlayWithMe

This is a multiplayer 5-in-a-row

Backend is built in Haskell

Demo available here http://35.208.199.148/

Screenshot

Screenshot

Instructions to run the server:

  1. Install haskell Stack
  2. git clone {this repository}
  3. cd playWithMe
  4. stack build
  5. stack exec server
  6. Open {server-ip}

Note: ports 80 and 8080 should be available