Search found 27 matches

by JDFight
Fri Sep 16, 2011 9:58 am
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Re: Box Breaker

Here is a version with updated gamepad controls - it is significantly improved and uses delta time and getAxis values to scale the acceleration to framrate. I originally did the gamepad support with an old Microsoft Sidewinder pad - it only has a classic style digital pad. I grabbed an xbox 360 cont...
by JDFight
Fri Sep 16, 2011 2:29 am
Forum: Games and Creations
Topic: Biodiversity
Replies: 19
Views: 21907

Re: Biodiversity

This is a very cool gameplay concept - The world definitely needs more games like this - The gameplay is very intuitive too - unlike other overly complicated genetics/ breeding games I have played in the past - Audio is unfortunately garbled on my system - everything sounds like distorted white nois...
by JDFight
Fri Sep 16, 2011 2:10 am
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Re: Box Breaker

New version: 1)space bar no longer required to launch ball - Now right click launches instead - 2)3 new levels added - level 2 heart level and levels 9 and 10 contributed by Robin 3) rudimentary Gamepad support added - although, it makes the game much harder since it is moving the paddle at a consta...
by JDFight
Tue Sep 13, 2011 6:51 pm
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Re: Box Breaker

wow - thanks for all of the comments everyone - Glad some people have actually played it and enjoyed it - I have a lot of feedback to start making improvements on the game :) I think my next step will be to organize the code and resource files - Then I will start making some gameplay tweaks - For in...
by JDFight
Tue Sep 13, 2011 4:55 pm
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Re: Box Breaker

Oops! Thanks again - T-Bone - I removed the offending setMode command -
by JDFight
Tue Sep 13, 2011 9:47 am
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Re: Box Breaker

@T-Bone - Thanks for the tip about the conf file - I completely missed that when I was going through the wiki pages! I updated my version to include your conf file. @Robin - Oops - I completely forgot to add a lives indicator - I just updated the game to include one in the top right corner of the ga...
by JDFight
Tue Sep 13, 2011 3:20 am
Forum: Games and Creations
Topic: Box Breaker
Replies: 44
Views: 20625

Box Breaker

Hello everyone- This is my first LÖVE game - A breakout clone (because I love breakout...) using the LÖVE's Box2d physics engine. My goal was to make nice breakout clone while learning how to code in lua and LÖVE - It was a fun learning experience overall and I was impressed by by how quickly I was ...