index.jade 868 B

12345678910111213141516171819202122
  1. extends layout
  2. block ribbon
  3. a(href='https://github.com/romanmatiasko/reti-chess', class='fork clearfix')
  4. block content
  5. script(type='text/javascript', src='/javascripts/start.js')
  6. h1.knight
  7. h2 Reti Chess
  8. p.margin-fifty.center A lightweight real-time chess app built in Node.js, Express framework and Socket.IO
  9. div#form
  10. form#create_form(action='#', method='post')
  11. input#game_link.game_link(type='text', readonly, value='', value='Game link will be generated here.')
  12. input.button#play(type='button', value='Play')
  13. p#waiting Waiting for opponent to connect.
  14. p.center Click the button play to create a game. Send the link to your friend. Once the link is opened in your friend's browser, game should begin shortly. Colours are picked randomly by computer.
  15. p.center
  16. a(href='/about', class='alpha') Read more about Reti Chess