Search found 4 matches

by aqualizard94
Mon Oct 19, 2015 6:52 pm
Forum: Support and Development
Topic: Help with my Breakout Game
Replies: 5
Views: 2528

Re: Help with my Breakout Game

I am attaching the latest version of my breakout game. Thanks to the people here that have helped me figure things out. :) I have added a background image, and have 2 questions about it: 1. Why does it look crappy and "washed out"? (If you open the same image in a browser, or Photoshop, it...
by aqualizard94
Sun Oct 18, 2015 1:10 pm
Forum: Support and Development
Topic: Help with my Breakout Game
Replies: 5
Views: 2528

Re: Help with my Breakout Game

Thanks for the reply! The link you sent was helpful! One other thing: How can I draw something only one time? For instance, the bricks are stationary, so I never need to update them once they are on screen (except to remove them). But love.draw() draws things over and over. I tried to set a flag to ...
by aqualizard94
Sun Oct 18, 2015 2:41 am
Forum: Support and Development
Topic: Help with my Breakout Game
Replies: 5
Views: 2528

Help with my Breakout Game

Hello and Good Day! I am brand new to Love, as in, tonight I am building my first simple game, ever. It is attached. I am trying just to jump in and build something. I have a background in PHP and Javascript. I found a pong game online and I want to adapt it to be a breakout game. I have 3 little qu...
by aqualizard94
Mon Oct 12, 2015 5:37 pm
Forum: Support and Development
Topic: Simple Game Examples
Replies: 2
Views: 8534

Simple Game Examples

Hello! I am so excited about Love2d! Finally I feel like I will be able to design some games without a huge learning curve. (I hope!) In my day job I work in HTML/CSS/Javascript/PHP daily, so I am not starting from scratch, though LUA looks fairly different. But at least it is a scripting language, ...