Difference between revisions of "Rebound"

m (Needlessly stylized it.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
LÖVE: [[0.6.1]]
+
Developed by [[User:Technocat|TechnoCat]]<br>LÖVE: [[0.7.0]]
 
 
Developed by [[User:Technocat|TechnoCat]]
 
  
 
''Rebound'' is a [http://en.wikipedia.org/wiki/Pong Pong] inspired game. ''Rebound'' adds in some new features such as gravity wells and power-ups.
 
''Rebound'' is a [http://en.wikipedia.org/wiki/Pong Pong] inspired game. ''Rebound'' adds in some new features such as gravity wells and power-ups.
  
[[File:ReboundPONG.png|thumb|"Blue is sucking,"]]
+
[[File:Rebound-Screenshot.jpg|thumb|"Blue is sucking,"]]
 
+
Download: [http://love2d.org/forum/viewtopic.php?f=5&t=1324 Forum post] [http://bitbucket.org/dannyfritz/rebound BitBucket Page]
Download: [http://love2d.org/forum/viewtopic.php?f=5&t=1324 Forum post] [http://code.google.com/p/reboundlove/ Google Code page]
 
  
  
Line 13: Line 10:
 
{{#set:Name=Rebound}}
 
{{#set:Name=Rebound}}
 
{{#set:Author=User:Technocat}}
 
{{#set:Author=User:Technocat}}
{{#set:LOVE_Version=0.6.1}}
+
{{#set:LOVE_Version=0.7.0}}
 +
{{#set:Genre=Arcade}}
 
{{#set:Description=Pong Remake}}
 
{{#set:Description=Pong Remake}}
 
{{#set:Status=Released}}
 
{{#set:Status=Released}}
{{#set:Screenshot=File:ReboundPONG.png}}
+
{{#set:Screenshot=File:Rebound-Screenshot.jpg}}

Latest revision as of 17:11, 10 January 2011

Developed by TechnoCat
LÖVE: 0.7.0

Rebound is a Pong inspired game. Rebound adds in some new features such as gravity wells and power-ups.

"Blue is sucking,"

Download: Forum post BitBucket Page