forked from Neverball/neverball-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
33 lines (27 loc) · 2.36 KB
/
index.php
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
<?php
$title = "Neverball - Home";
include("includes/header.php");
?>
</head>
<body>
<div id="wrapper">
<div id="banner"><h1>Neverball</h1></div>
<?php include("includes/nav.php"); ?>
<div id="main">
<div id="contents">
<h2>News</h2>
<h3>2014-05-21: Neverball 1.6.0</h3>
<p>Neverball 1.6.0 is out now! Get it from the <a href="download.php">download page</a> and have a look at the <a href="release.php">release notes</a>.</p><p>Long-time contributor Josh Bush has put together a <a href="images/neverball_poster_1.6.0.png">poster</a> and an <a href="https://www.youtube.com/watch?v=ZQ9VDabHGpA">introductory video</a> to celebrate the release. We also have a <a href="https://www.youtube.com/watch?v=bQqK2YuP2Tc">video on Oculus Rift support</a> from Robert Kooima, the lead developer of Neverball. Be sure to check them out!</p>
<h2>About</h2>
<p>Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill.</p>
<p>Also found here is Neverputt, a hot-seat multiplayer miniature golf game, built on the physics and graphics engine of Neverball.</p>
<p>Neverball is known to run under Linux, Windows, FreeBSD, and Mac OSX. Hardware accelerated OpenGL is required. A modern processor is recommended.</p>
<h2>Community & Contact</h2>
<p>Visit the <a href="http://forum.nevercorner.net/" onClick="javascript: pageTracker._trackPageview('/outgoing/neverforum');">Discussion Forum</a> to get in touch with other players and contributors.</p>
<p>Neverball fans shino and mym have put together a <a href="http://table.nevercorner.net/" onClick="javascript: pageTracker._trackPageview('/outgoing/nevertable');">Neverball Hall of Fame</a>. This site catalogs hundreds of crazy runs and high scores made by expert players. Take a look and witness some very impressive Neverball play. If you've got interesting replays of your own, be sure to send them in!</p>
<h2>Level Design</h2>
<p>Players interested in trying their hand at level creation are encouraged to read through the <a href="http://github.com/neverball/neverball-docs" onClick="javascript: pageTracker._trackPageview('/outgoing/documentation');">level design documentation</a>. Levels of sufficent quality may be included in the next version; authors will be credited in-game.</p>
</div>
<?php
include("includes/footer.php");
?>