summaryrefslogtreecommitdiff
path: root/games.html
blob: 7d25126ec7ea9b06e2523314d427d919c796a57f (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
<html>
<head>
<title>Games</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<style>
body
{
	margin-left: 10px;
}
</style>
</head>

<body>
<h2>Games</h2>
<a class="header_link" href="index.html">Home</a>
<a class="header_link" href="all.html">All</a>
<a class="header_link" href="mathematical.html">Mathematical Demonstrations</a>
<a class="header_link" href="apps.html">Android Apps</a>
<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>


</body>