about.jade 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. extends layout
  2. block content
  3. h1.knight
  4. h2 About Reti Chess
  5. p.margin-fifty Reti Chess is opensource chess app built in
  6. a(href='http://nodejs.org/') Node.js
  7. | with use of
  8. a(href='http://expressjs.com/') Express framework
  9. | and
  10. a(href='http://socket.io/') Socket.IO
  11. | . Reti Chess also uses
  12. a(href='https://github.com/jhlywa/chess.js') chess.js
  13. | for move validation and check/mate/draw detection.
  14. h3 Why Reti?
  15. p The project is named after famous Czechoslovakian chess player Richard RĂ©ti.
  16. | After him is also named a chess opening which begins with the moves: 1. Nf3 d5, 2. d4.
  17. h3 What features chess supports?
  18. p This is a lightweight version of chess. You can only play real-time against the human, an AI is not available.
  19. | Reti Chess supports simple chat and also timer. You can set timer up to 50 minutes with increment of max 50 seconds per side.
  20. | If you reload the window or disconnect from the game, the game will be cancelled.
  21. h3 People behind this project
  22. p
  23. a(href='https://github.com/romanmatiasko/') Roman Matiasko
  24. | ,
  25. a(href='https://github.com/stepanbujnak') Stepan Bujnak
  26. | and
  27. a(href='https://github.com/lukasmatiasko') Lukas Matiasko
  28. | .
  29. p
  30. a(href='/', class='button') Home