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.

114 lines
5.7 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>raylib - games</title>
  7. <meta name="title" content="raylib - games collection">
  8. <meta name="description" content="raylib is a simple and easy-to-use library to learn videogames programming. Check the full set of raylib examples">
  9. <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
  10. <meta name="viewport" content="width=device-width">
  11. <!-- Facebook metatags for sharing -->
  12. <meta property="og:title" content="raylib - games collection"/>
  13. <meta property="og:image" content="http://www.raylib.com/img/fb_raylib_logo.png"/>
  14. <meta property="og:url" content="http://www.raylib.com" />
  15. <meta property="og:site_name" content="raylib"/>
  16. <meta property="og:description" content="check the this collection of raylib games... they are amazing!"/>
  17. <link rel="stylesheet" type="text/css" href="common/css/main.css">
  18. <link rel="icon" href="favicon.ico" />
  19. <link rel="stylesheet" type="text/css" href="common/css/games.css">
  20. <!-- NOTE: JavaScript code added at the end of body! -->
  21. <!-- Enabling HTML5 tags for older IE browsers -->
  22. <!--[if lt IE 9]>
  23. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  24. <![endif]-->
  25. </head>
  26. <body>
  27. <div class="page">
  28. <!--[if lt IE 7]>
  29. <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
  30. <![endif]-->
  31. <div class="header">
  32. <a id="logo" href="index.html"></a>
  33. <div id="social">
  34. <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
  35. <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
  36. <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
  37. <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
  38. <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
  39. <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
  40. <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
  41. <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
  42. <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
  43. <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
  44. </div>
  45. <div class="menu">
  46. <a href="index.html">about</a>
  47. <a href="examples.html">examples</a>
  48. <div id="active">games</div>
  49. <a href="helpme.html">helpme!</a>
  50. <a id="forum" href="http://forum.raylib.com">forum</a>
  51. </div>
  52. </div>
  53. <div class="content">
  54. <p>Games are organized in three categories:</p>
  55. <br>
  56. <div id="filter_menu">
  57. <div class="filter legendButton" id="sample" data-filter=".fsample">sample games</div>
  58. <div class="filter legendButton" id="game" data-filter=".fgame">full games</div>
  59. <div class="filter legendButton" id="user" data-filter=".fuser">users games</div>
  60. </div>
  61. <!-- Items container, filled when loading -->
  62. <div id="container"></div>
  63. </div>
  64. <div class="footer">
  65. <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p>
  66. </div>
  67. </div>
  68. <!-- Add jQuery library -->
  69. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
  70. <!-- Add jQuery easing plugin -->
  71. <script src="common/libs/jquery.easing.1.3.js"></script>
  72. <!-- Add fancyBox main JS and CSS files -->
  73. <script src="common/libs/fancybox/jquery.fancybox.js"></script>
  74. <link rel="stylesheet" type="text/css" href="common/libs/fancybox/jquery.fancybox.css" media="screen" />
  75. <!-- Add Button helper -->
  76. <link rel="stylesheet" type="text/css" href="common/libs/fancybox/helpers/jquery.fancybox-buttons.css" />
  77. <script src="common/libs/fancybox/helpers/jquery.fancybox-buttons.js"></script>
  78. <!-- Add jQuery Mix-It Up plugin -->
  79. <script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
  80. <!-- Add own script code -->
  81. <script src="common/js/games.js"></script>
  82. <!-- Google Analytics tracking code -->
  83. <script>
  84. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  85. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  86. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  87. })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
  88. ga('create', 'UA-45733555-1', 'raylib.com');
  89. ga('require', 'linkid', 'linkid.js');
  90. ga('send', 'pageview');
  91. </script>
  92. </body>
  93. </html>