-
Notifications
You must be signed in to change notification settings - Fork 0
/
ttPong.html
21 lines (21 loc) · 991 Bytes
/
ttPong.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<title>ttPong - Information</title>
</head>
<style>
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:2em; }
h1, h2 { text-align: center;}
</style>
<body>
<h1>ttPong</h1>
<h2>Two Thumbs Pong</h2>
<p>ttPong is a revisit to the Pong game for touch based handheld devices, in particular for iPhones running iOS 10.3 or later.</p>
<p>ttPong integrates with GameCenter for keeping global leader boards with records achieved by all its players. If you decide to play
ttPong while you're not signed in to GameCenter, only your latest record will be saved locally. If you later sign in to GameCenter, your
locally achieved record won't be saved in the global leader board.</p>
<p>If you have any question about ttPong or would like to suggest a feature or report a bug, please send an email to raulcostajunior at gmail dot com.</p>
</body>
</html>