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.

index.jade 733B

1234567891011121314151617181920212223
  1. extends layout
  2. block content
  3. .cups
  4. .tisch
  5. img(src='bierbankgarnitur_ausg.png')
  6. .row.row1
  7. img#cup1.cup.cup1(src='cup.png' alt='')
  8. img#cup2.cup.cup2(src='cup.png' alt='')
  9. img#cup3.cup.cup3(src='cup.png' alt='')
  10. img#cup4.cup.cup4(src='cup.png' alt='')
  11. .row.row2
  12. img#cup5.cup.cup5(src='cup.png' alt='')
  13. img#cup6.cup.cup6(src='cup.png' alt='')
  14. img#cup7.cup.cup7(src='cup.png' alt='')
  15. .row.row3
  16. img#cup8.cup.cup8(src='cup.png' alt='')
  17. img#cup9.cup.cup9(src='cup.png' alt='')
  18. .row.row4
  19. img#cup10.cup.cup10(src='cup.png' alt='')
  20. #shooter.shooter
  21. svg#ball.ball
  22. ellipse(cx='25' cy='25' rx='24' ry='24')