Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: examples/index.html

Issue 7982038: Merge in r1190 (add pong). (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/branches/trout/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/build.scons ('k') | examples/pong/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « examples/build.scons ('k') | examples/pong/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698