Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 359 Bytes

tic-tac-toe

How to build

Install stack. Clone the project and exec

stack setup && stack build

command in the root folder.

stack test

is optional.

How to play

Open two terminal windows, type

stack exec server

in first and then play in second using

stack exec client

command. Rules and controls can be acknowledged in the game.