Difference between revisions of "Simple Game of Pong"

From dftwiki3
Jump to: navigation, search
Line 3: Line 3:
  
 
* This is a quick game of pong written in [http://processing.org Processing].
 
* This is a quick game of pong written in [http://processing.org Processing].
 
+
<onlydft>
 
<source lang="java">
 
<source lang="java">
 
// pong.pde
 
// pong.pde
Line 64: Line 64:
  
 
</source>
 
</source>
 
+
</onlydft>
 
<br />
 
<br />
  

Revision as of 10:57, 22 November 2011

--D. Thiebaut 22:13, 21 November 2011 (EST)


  • This is a quick game of pong written in Processing.

...