diff options
Diffstat (limited to 'games.html')
-rw-r--r-- | games.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/games.html b/games.html new file mode 100644 index 0000000..7d25126 --- /dev/null +++ b/games.html @@ -0,0 +1,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>
\ No newline at end of file |