Search found 3 matches
- Fri Jan 31, 2014 5:10 am
- Forum: Games and Creations
- Topic: First game (newbie)
- Replies: 5
- Views: 4321
Re: First game (newbie)
Oh I see. I do something similar already in which I slightly increase the ball speed with each successful hit of the pads, but this seems more interesting. :D I was also thinking of adding speed pads to the field that activate when the player is able to score 3 goals in a row. They would then be act...
- Thu Jan 30, 2014 9:41 pm
- Forum: Games and Creations
- Topic: First game (newbie)
- Replies: 5
- Views: 4321
Re: First game (newbie)
@davisdude First of all, thanks for the heartfelt welcome and for taking the time to look through the code and the tips. ;) Doesn't really make much of a difference, but, ya' know... ... simple is better. Thanks! field.lua You make field a global table. If I were you, I would do the same thing I di...
- Wed Jan 29, 2014 10:23 pm
- Forum: Games and Creations
- Topic: First game (newbie)
- Replies: 5
- Views: 4321
First game (newbie)
Hai there! :megagrin: First of all, this is my first time posting here, so excuse me if this is not the proper place to post this. The game it's a Pong clone (shocking, right?) and this is my first time diving into Lua and LÖVE so I would like to ask for opinions, on the game and on the code. Pretty...