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.

57 lines
1.6KB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
  4. <meta property="og:image" content="http://ncannasse.fr/file/ld40/screen.png"/>
  5. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
  6. <title>Taffle Game</title>
  7. </head>
  8. <body style="background-color : #F9F7F7; color : #eef">
  9. <style type="text/css">
  10. a {
  11. color : #844;
  12. text-decoration : none;
  13. }
  14. p {
  15. color : #888;
  16. font-family: 'Open Sans', sans-serif;
  17. }
  18. </style>
  19. <center>
  20. <div style="position : relative; width : 832px">
  21. <canvas id="webgl" style="width:832px;height:832px"></canvas>
  22. </div>
  23. <p>
  24. <b>Arrows</b> : Move / <b>Space</b> : Rewind
  25. -
  26. <i>Game created for LudumDare #40 in 48 hours by <a href="http://twitter.com/ncannasse">@ncannasse</a></i>
  27. </p>
  28. <p>
  29. Sources : <a href="http://github.com/ncannasse/ld40">Github</a> | Built with <a href="http://haxe.org">Haxe</a> | Rate <a href="https://ldjam.com/events/ludum-dare/40/jonathan-the-sorcerer">on this page</a>
  30. </p>
  31. </center>
  32. <script type="text/javascript" src="ld40.js"></script>
  33. <script type="text/javascript">
  34. var _gaq = _gaq || [];
  35. _gaq.push(['_setAccount', 'UA-34409935-1']);
  36. _gaq.push(['_trackPageview']);
  37. (function() {
  38. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  39. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  40. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  41. })();
  42. </script>
  43. </body>
  44. </html>