Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 768 Bytes

My image My image

Chess Online

A haskell online chess game to play with your browser through internet.

You can see the explanation and implementation of game Here

Use

  • Run the game server program

    main :: IO ()
    main = chessServer
    
  • Open your browser and register yourself in the input field

    http://localhost:3700/chess/players
    

    My image

  • Ask the second player to also register to start playing

    My image

  • To start making moves you just need to click in the piece that you want to move and click again in the destination

My image