Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.jade 445B

123456789101112131415
  1. doctype html
  2. html(lang='en')#cont
  3. head
  4. meta(charset='UTF-8')
  5. meta( http-equiv='X-UA-Compatible', content='IE=edge' )
  6. meta(name='viewport' content='width=device-width, initial-scale=1.0')
  7. title= title
  8. link(rel='stylesheet', href='/css/bootstrap.min.css')
  9. link(rel='stylesheet' href='/css/style.css')
  10. link(rel='icon' href='cup.png')
  11. body
  12. block content
  13. script(src='/js/Board.js')
  14. script(src='/js/app.js')