about.jade 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. extends layout
  2. block content
  3. img(src='/img/knight.png', width='122', height='122', class='knight')
  4. h1 About Reti Chess
  5. p(style='margin: 50px 0;') Reti Chess is an open source, real-time chess app built in
  6. a(href='http://nodejs.org/') Node
  7. | ,
  8. a(href='http://expressjs.com/') Express
  9. | ,
  10. a(href='http://socket.io/') Socket.IO
  11. | ,
  12. a(href='http://facebook.github.io/react/') React
  13. | ,
  14. a(href='http://facebook.github.io/flux/') Flux
  15. | , and
  16. a(href='http://facebook.github.io/immutable-js/') Immutable
  17. | . Reti Chess also uses
  18. a(href='http://github.com/jhlywa/chess.js') chess.js
  19. | for move validation and check/mate/draw detection.
  20. h2 Why Reti?
  21. p The app is named after famous Czechoslovakian chess player Richard RĂ©ti.
  22. | After him is also named a chess opening which begins with the moves: 1. Nf3 d5, 2. d4.
  23. h2 What features are supported?
  24. p This is a lightweight version of chess. You can only play real-time against the human, an AI is not available.
  25. | Reti Chess supports simple chat and also timer. You can set timer up to 50 minutes with increment of max 50 seconds per side.
  26. | If you reload the window or disconnect from the game, the game will be cancelled.
  27. p(style='margin-top: 50px')
  28. a(href='/', class='btn', style='float: none;') Home