summaryrefslogtreecommitdiff
path: root/games.html
blob: a3cf7c45d402e9586f70cb6878382e3d6e8e7897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
    <head>
        <meta charset="utf-8">
        <title>Games</title>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
        <link rel="stylesheet" href="css/style.css">
        <link rel="shortcut icon" type="image/png" href="favicon.png">
    </head>

    <body>
        <div id="navbar"></div>
        <script src="navbar.js"></script>

        <h2>Games</h2>
        <hr>


        <img src="screenshots/ballbounce.png" width=200 height=200><br>
        <a href="ballbounce.html">Ball bounce</a><br>
        <p>
        Try to bounce a ball with your mouse. The game<br>
        gets harder and harder because you can't see the<br>
        ball behind its tracks.<br>
        </p>
        <hr>

        <img src="screenshots/magnets.png" width=200 height=200><br>
        <a href="magnets.html">Magnets</a><br>
        <p>
        Try to avoid magnets which are attracted to your<br>
        mouse.
        </p>
        <hr>

        <img src="screenshots/picalculator.png" width=250 height=250><br>
        <a href="2pi.html">π Calculator</a><br>
        <p>
        Draw a circle, then find out how well your circle<br>
        approximates π!<br>
        </p>
        <hr>

        <p>Domino simulator <a href="DominoSimulator.html">web version</a> or <a href="https://qualum.itch.io/domino-simulator">offline version</a></p>
        <iframe frameborder="0" src="https://itch.io/embed/77009?linkback=true" width="552" height="167"></iframe><br>
        <p>
        Place dominos, then knock them over.
        </p>

    </body>
</html>