extends layout

block content
  h1.knight
  h2 About Reti Chess
  p.margin-fifty Reti Chess is opensource chess app built in 
    a(href='http://nodejs.org/') Node.js 
    |  with use of 
    a(href='http://expressjs.com/') Express framework 
    |  and 
    a(href='http://socket.io/') Socket.IO
    |  . Reti Chess also uses 
    a(href='https://github.com/jhlywa/chess.js') chess.js
    |  for move validation and check/mate/draw detection.

  h3 Why Reti?
  p The project is named after famous Czechoslovakian chess player Richard Réti. 
    | After him is also named a chess opening which begins with the moves: 1. Nf3 d5, 2. d4.

  h3 What features chess supports?
  p This is a lightweight version of chess. You can only play real-time against the human, an AI is not available. 
    | Reti Chess supports simple chat and also timer. You can set timer up to 50 minutes with increment of max 50 seconds per side. 
    | If you reload the window or disconnect from the game, the game will be cancelled.

  h3 People behind this project
  p
    a(href='https://github.com/romanmatiasko/') Roman Matiasko
    | , 
    a(href='https://github.com/stepanbujnak') Stepan Bujnak 
    | and 
    a(href='https://github.com/lukasmatiasko') Lukas Matiasko
    | .

  p
    a(href='/', class='button') Home