about.jade 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. extends layout
  2. block ribbon
  3. a(href='https://github.com/romanmatiasko/reti-chess', class='fork clearfix')
  4. block content
  5. h1.knight
  6. h2 About Reti Chess
  7. p.margin-fifty Reti Chess is opensource chess app built in
  8. a(href='http://nodejs.org/') Node.js
  9. | with use of
  10. a(href='http://expressjs.com/') Express framework
  11. | and
  12. a(href='http://socket.io/') Socket.IO
  13. | . Reti Chess also uses
  14. a(href='https://github.com/jhlywa/chess.js') chess.js
  15. | for move validation and check/mate/draw detection.
  16. h3 Why Reti?
  17. 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.
  18. h3 What features chess supports?
  19. p This is a very lightweight version of chess. You can only play real-time against the human, an AI is not available. Reti Chess doesn't have any timer, the time for a move is unlimited. Although, if you reload the window or disconnect from the game, the game will be cancelled.
  20. h3 People behind this project
  21. p
  22. a(href='https://github.com/romanmatiasko/') Roman Matiasko
  23. | ,
  24. a(href='https://github.com/stepanbujnak') Stepan Bujnak
  25. | and
  26. a(href='https://github.com/lukasmatiasko') Lukas Matiasko
  27. | .
  28. p
  29. a(href='/', class='button') Home