| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>SNAKY PARTCILES</title>
- </head>
- <link rel="stylesheet" href="../css/general.css">
- <link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon">
- <link rel="icon" href="../img/favicon.ico" type="image/x-icon">
- <body>
- <header class="head-container"> SNAKY PARTICLES - ABOUT</header>
- <div>
- <!--canvas id="navigation">alternate content</canvas-->
- <article class="navbar">
- <ul>
- <li> <img src="../img/logo.png" alt="logo" style="width:120px;height:120px;"> </li>
- <li><a class="nav" href="../index.html">Start Game</a></li>
- <li><a class="nav" href="./settings.html">Settings</a></li>
- <li><a class="nav" href="./scorelist.html">Scorelist</a></li>
- <li><a class="nav"href="./about.html">About</a></li>
- <li><a class="nav"href="./end.html">Quit</a></li>
- </ul>
- </article>
- </div>
- <article class="container">
- <p>This game was created as part of the Webfest 2015 at CERN. For more information see on the <a href="https://webfest.web.cern.ch/"> Webfest Homepage</a>.</p>
- <p>The game is following the example of the historic game "Snake". It connects aspects of game with learning particle physics. So the two main goals are EDUCATION and FUN.</p>
- <p>The project is based on open source. The main libary used is create.js. The whole source code can be accessed by GitHub. Just check the project <a href="ttps://github.com/snaky-particles"> snaky-particles</a>.</p>
- <p>The MIT License (MIT)</p>
- <p>Copyright (c) 2015 snaky-particles</p>
- <p>Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:</p>
- <p>The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.</p>
- <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.</p>
-
- </article>
- <footer class="foot-container">
- <div class="left"> Snaky Particles: An educational particle physics game.</div>
- <div align="right"> @CERN-Webfest 2015 </div>
- </footer>
- </body>
- </html>
|