summaryrefslogtreecommitdiff
path: root/games.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
commitbe06edbcfd1213ea1658d36f8934493a92205aac (patch)
tree28dca6130833e3a770611961bc6559c08bed4161 /games.html
Created pommicket.github.io
Diffstat (limited to 'games.html')
-rw-r--r--games.html50
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