| Index: examples/index.html
|
| ===================================================================
|
| --- examples/index.html (revision 1191)
|
| +++ examples/index.html (working copy)
|
| @@ -51,6 +51,13 @@
|
| sides with a quarter circle. The 2D square is generated using the Pepper 2D
|
| API.
|
| </dd>
|
| + <dt><a href="pong/pong.html">Pong</a></dt>
|
| + <dd>The Pong example combines HTML, JavaScript,
|
| + and C++ (the C++ is compiled to create a .nexe file). The .nexe code
|
| + handles up and down arrow keyboard input events, and maintains the game
|
| + score in a file in the local persistent file system. Javascript is used to
|
| + request file quota. The game display uses Pepper 2D API.
|
| + </dd>
|
| <dt><a href="sine_synth/sine_synth.html">Sine Wave Synthesizer</a></dt>
|
| <dd>The Sine Wave Synthesizer example combines HTML,
|
| JavaScript, and C++ (the C++ is compiled to create a .nexe file). It
|
|
|